Files
android_kernel_xiaomi_sm8450/fs/btrfs
David Sterba 52bf8e7aea 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>
2017-02-17 12:03:49 +01:00
..
2016-07-26 13:52:25 +02:00
2017-02-14 15:50:50 +01:00
2017-02-17 12:03:47 +01:00