commit | 39a27ec1004e886f1d949bdb8f2616896d02c5c2 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Thu Dec 03 12:49:48 2015 +0100 |
committer | David Sterba <dsterba@suse.com> | Thu Dec 03 15:03:44 2015 +0100 |
tree | 1e4c4389f0857ca5bd38278cde2f68752269c8d9 | |
parent | 61dd5ae65be6dfaeadb0e841ea6639351f0e04ce [diff] |
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: David Sterba <dsterba@suse.com>