]> 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)
commit4ad60a704fad97e537c6d4c0866402ae69f57949
tree23c36c14a37f94902305279ca4acdc748e28bf69
parent4824411d467d72e6dbd2890c6b1925c12e0aa05c
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