Skip to content
Commit 39a27ec1 authored by David Sterba's avatar David Sterba
Browse files

btrfs: use GFP_KERNEL for xattr and acl allocations



We don't have to use GFP_NOFS in context of ACL or XATTR actions, not
possible to loop through the allocator and it's safe to fail with
ENOMEM.

Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 61dd5ae6
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