Skip to content
Commit 8d2db785 authored by David Sterba's avatar David Sterba
Browse files

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: default avatarDavid Sterba <dsterba@suse.com>
parent 1ec21837
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment