]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - fs/btrfs/qgroup.c
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)
commit6602caf149cc7698fc94160803c598ae708d686c
tree23c36c14a37f94902305279ca4acdc748e28bf69
parent52bf8e7aeabb3d16abe2c30df60a0919bfaaaef4
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