]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: send: use GFP_KERNEL everywhere
authorDavid Sterba <dsterba@suse.com>
Mon, 18 Jan 2016 17:42:13 +0000 (18:42 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Feb 2016 14:19:39 +0000 (15:19 +0100)
commit7839b825c1ad9fa56cffc21ca275ce0843d579b0
tree17ea7efb28155906024692a66b6202afd458e501
parent2827ae15dc0f2c90e519a70f2b9ddebe33f2361f
btrfs: send: use GFP_KERNEL everywhere

The send operation is not on the critical writeback path we don't need
to use GFP_NOFS for allocations. All error paths are handled and the
whole operation is restartable.

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