]> git.karo-electronics.de Git - karo-tx-linux.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)
commite780b0d1c1523ec8cd489c6910fb8c5ee452bb6c
tree17ea7efb28155906024692a66b6202afd458e501
parent388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95
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