From: Alexander Block Date: Sat, 28 Jul 2012 08:42:24 +0000 (+0200) Subject: Btrfs: fix cur_ino < parent_ino case for send/receive X-Git-Tag: v3.7-rc1~71^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f4692da951af4179a6522c6b48a09a43d37e614;p=pandora-kernel.git Btrfs: fix cur_ino < parent_ino case for send/receive When the current inodes inum is smaller then the inum of the parent directory strange things were happending due to wrong path resolution and other bugs. Fix this with a new approach for the problem. Reported-by: Alex Lyakas Signed-off-by: Alexander Block --- Reading git-diff-tree failed