commit | 8d2db7855e7b65c9eecc8789fc54d818ee281ac6 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Wed Nov 04 15:38:29 2015 +0100 |
committer | David Sterba <dsterba@suse.com> | Thu Dec 03 15:03:43 2015 +0100 |
tree | 561d6363bc06a1c51445005c749cc38fa4cd252a | |
parent | 1ec218373b8ebda821aec00bb156a9c94fad9cd4 [diff] |
btrfs: use GFP_KERNEL for allocations in ioctl handlers We don't have to use GFP_NOFS in the ioctl handlers because there's no risk of looping through the allocators back to the filesystem. This patch covers only allocations that are directly in the ioctl handlers. Signed-off-by: David Sterba <dsterba@suse.com>