]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: use GFP_KERNEL in btrfs_add/del_qgroup_relation
authorDavid Sterba <dsterba@suse.com>
Mon, 13 Feb 2017 11:41:02 +0000 (12:41 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 17 Feb 2017 11:03:49 +0000 (12:03 +0100)
commita895d88c679ae24d0cdf87ff14cdfadfdd797c2e
tree23c36c14a37f94902305279ca4acdc748e28bf69
parentd6d0251be2a25f0e3a25370bf41661248c21debf
btrfs: use GFP_KERNEL in btrfs_add/del_qgroup_relation

Qgroup relations are added/deleted from ioctl, we hold the high level
qgroup lock, no deadlocks or recursion from the allocation possible
here.

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