commit | 6602caf149cc7698fc94160803c598ae708d686c | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Mon Feb 13 12:41:02 2017 +0100 |
committer | David Sterba <dsterba@suse.com> | Fri Feb 17 12:03:49 2017 +0100 |
tree | 23c36c14a37f94902305279ca4acdc748e28bf69 | |
parent | 52bf8e7aeabb3d16abe2c30df60a0919bfaaaef4 [diff] |
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>