summaryrefslogtreecommitdiff
path: root/tests/fsck-tests/004-no-dir-index.img
Commit message (Collapse)AuthorAge
* Btrfs-progs: repair missing dir indexJosef Bacik2014-10-13
If we have an inode backref entry then we know enough to add back a missing dir index. When messing with the inode backrefs we need to do all of that first before we process the inode recs themselves as we may clear errors on the inode recs as we fix the directory indexes. This adds the framework for fixing backref errors and fixes missing dir index issues. Thanks, Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: David Sterba <dsterba@suse.cz>