Btrfs: fix cur_ino < parent_ino case for send/receive
authorAlexander Block <ablock84@googlemail.com>
Sat, 28 Jul 2012 08:42:24 +0000 (10:42 +0200)
committerChris Mason <chris.mason@fusionio.com>
Mon, 1 Oct 2012 19:18:45 +0000 (15:18 -0400)
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 <alex.bolshoy.btrfs@gmail.com>
Signed-off-by: Alexander Block <ablock84@googlemail.com>

No differences found