]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: use normal return path for root == send_root case
authorAlexander Block <ablock84@googlemail.com>
Sat, 28 Jul 2012 14:32:45 +0000 (16:32 +0200)
committerChris Mason <chris.mason@fusionio.com>
Mon, 1 Oct 2012 19:18:50 +0000 (15:18 -0400)
commit458f8f2c32b88c5673617ca38e92b55a82cbfec9
tree597f4516d94d09638c625b6e0c03ca42cbdf3a8e
parentfbdd4429d6169f0a29ace68faae9ea40dc67e90b
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>
fs/btrfs/send.c