From 8ab2d7a9dd3099c9a5fdc5acd354b57e1039d18a Mon Sep 17 00:00:00 2001 From: Josef Bacik Date: Tue, 13 Jan 2015 15:23:41 -0500 Subject: btrfs-progs: deal with no extent info Previously we used to just set FULL_BACKREF if we couldn't lookup an extent info for an extent. Now we just bail out if we can't lookup the extent info, which is less than good since fsck is supposed to fix these very problems. So instead figure out the flag we are supposed to use and pass that along instead. This patch also provides a test image to test this functionality. Thanks, Signed-off-by: Josef Bacik --- tests/fsck-tests/014-no-extent-info/default_case.img | Bin 0 -> 4096 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/fsck-tests/014-no-extent-info/default_case.img (limited to 'tests/fsck-tests') diff --git a/tests/fsck-tests/014-no-extent-info/default_case.img b/tests/fsck-tests/014-no-extent-info/default_case.img new file mode 100644 index 00000000..1ff27434 Binary files /dev/null and b/tests/fsck-tests/014-no-extent-info/default_case.img differ -- cgit v1.2.3