]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: readdir: use GFP_KERNEL
authorDavid Sterba <dsterba@suse.com>
Thu, 11 Feb 2016 13:25:38 +0000 (14:25 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Feb 2016 14:19:39 +0000 (15:19 +0100)
commit71993320c858a4312baea7a9ffd991cfb02300cd
tree05c5cf5d2bd103c43dcf51be5cd2ee80d6b52233
parentc3562fb07b7ff43d9d848ffe1b7979058ad82757
btrfs: readdir: use GFP_KERNEL

Readdir is initiated from userspace and is not on the critical
writeback path, we don't need to use GFP_NOFS for allocations.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c