commit | 1f4692da951af4179a6522c6b48a09a43d37e614 | [log] [tgz] |
---|---|---|
author | Alexander Block <ablock84@googlemail.com> | Sat Jul 28 10:42:24 2012 +0200 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Oct 01 15:18:45 2012 -0400 |
tree | 4021e2c4c0c931ff30015b3ab630ce67df71772a | |
parent | 85a7b33b9653ade7b26b9f29765cb1f0719c1e84 [diff] |
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 <alex.bolshoy.btrfs@gmail.com> Signed-off-by: Alexander Block <ablock84@googlemail.com>