]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
btrfs: send: fix old buffer length in fs_path_ensure_buf
authorDavid Sterba <dsterba@suse.cz>
Tue, 25 Feb 2014 18:32:59 +0000 (19:32 +0100)
committerJosef Bacik <jbacik@fb.com>
Mon, 10 Mar 2014 19:16:58 +0000 (15:16 -0400)
commit1b2782c8ed24db03ad49942fa37c9f196b7c4af3
treed17bf2906f08350ecb62ec4fe9dce3b843d7609f
parent176840b3aa3cb795ddec4fc665ffbd707abff906
btrfs: send: fix old buffer length in fs_path_ensure_buf

In "btrfs: send: lower memory requirements in common case" the code to
save the old_buf_len was incorrectly moved to a wrong place and broke
the original logic.

Reported-by: Filipe David Manana <fdmanana@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Reviewed-by: Filipe David Manana <fdmanana@gmail.com>
Signed-off-by: Josef Bacik <jbacik@fb.com>
fs/btrfs/send.c