]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: fallocate: 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)
commit2695bb9784bafe88a60182386941716045740dd7
tree02519bf00217b6c08e4b7301f3cfe8add28ddead
parent0daad24d8c6a2fe11e22dcb77e7ed2eaabffab20
btrfs: fallocate: use GFP_KERNEL

Fallocate 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/file.c