From: Alexander Block Date: Sat, 28 Jul 2012 14:32:45 +0000 (+0200) Subject: Btrfs: use normal return path for root == send_root case X-Git-Tag: v3.7-rc1~71^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52f9e53ede8e1b261e68216c6c2f32bb3f26c795;p=pandora-kernel.git 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 --- Reading git-diff-tree failed