]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Btrfs: don't break in the final loop of find_extent_clone
authorAlexander Block <ablock84@googlemail.com>
Sat, 28 Jul 2012 10:51:32 +0000 (12:51 +0200)
committerChris Mason <chris.mason@fusionio.com>
Mon, 1 Oct 2012 19:18:50 +0000 (15:18 -0400)
commitadbe7fb6c4750621a56867d9bb1980da3a4b8f33
tree9acf6c9421aa9593c0647cd5b0d45b033d1cac25
parent52f9e53ede8e1b261e68216c6c2f32bb3f26c795
Btrfs: don't break in the final loop of find_extent_clone

If we break, we may miss the clone from send_root which we prefer
over all other clones.

Commit is a result of Arne's review.

Reported-by: Arne Jansen <sensille@gmx.net>
Signed-off-by: Alexander Block <ablock84@googlemail.com>
fs/btrfs/send.c