commit | 52f9e53ede8e1b261e68216c6c2f32bb3f26c795 | [log] [tgz] |
---|---|---|
author | Alexander Block <ablock84@googlemail.com> | Sat Jul 28 16:32:45 2012 +0200 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Oct 01 15:18:50 2012 -0400 |
tree | 597f4516d94d09638c625b6e0c03ca42cbdf3a8e | |
parent | 35075bb046cc91f42a0e5336bdc07f3279061add [diff] |
Btrfs: use normal return path for root == send_root case Don't have a seperate return path for the mentioned case. Now we do the same "take lowest inode/offset" logic for all found clones. Commit is a result of Arne's review. Signed-off-by: Alexander Block <ablock84@googlemail.com>