]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: use GFP_KERNEL in mount and remount
authorDavid Sterba <dsterba@suse.com>
Thu, 22 Jun 2017 00:26:54 +0000 (02:26 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 16 Aug 2017 14:12:03 +0000 (16:12 +0200)
commit02f96c479b3762358d43803f06565c9508b7e007
tree4dbd9e60731832d7129d2d1b165c52eded8d32fe
parent262ad1fbb80dea0db144ffb88a5f39eed6f4ec98
btrfs: use GFP_KERNEL in mount and remount

We don't need to restrict the allocation flags in btrfs_mount or
_remount. No big filesystem locks are held (possibly s_umount but that
does no count here).

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/super.c