commit | e780b0d1c1523ec8cd489c6910fb8c5ee452bb6c | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Mon Jan 18 18:42:13 2016 +0100 |
committer | David Sterba <dsterba@suse.com> | Thu Feb 11 15:19:39 2016 +0100 |
tree | 17ea7efb28155906024692a66b6202afd458e501 | |
parent | 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95 [diff] |
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>