OSDN Git Service

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)
commit3ec836211183eee87609f832a949dfe711af2b5a
tree4dbd9e60731832d7129d2d1b165c52eded8d32fe
parente3f3ad126829779a5ad0e7846cd52adf7cc180a9
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