btrfs: use GFP_KERNEL in btrfs_quota_enable
authorDavid Sterba <dsterba@suse.com>
Mon, 13 Feb 2017 10:03:44 +0000 (11:03 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 17 Feb 2017 11:03:49 +0000 (12:03 +0100)
commit52bf8e7aeabb3d16abe2c30df60a0919bfaaaef4
treeff804939eb58a226b5bd23f95f675e87d1dd7519
parent323b88f4ab668d957a75befcb1079ae9a6e9e4d1
btrfs: use GFP_KERNEL in btrfs_quota_enable

We don't need to use GFP_NOFS here as this is called from ioctls an the
only lock held is the subvol_sem, which is of a high level and protects
creation/renames/deletion and is never held in the writeout paths.

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