summaryrefslogtreecommitdiff
path: root/btrfsck.c
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-12-11 09:21:42 -0500
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-12-11 09:21:42 -0500
commit4122e65cb2132e28e0c18106a251875d2e68c35d (patch)
treebfcd8b0b2ced4780ad835f73c64857d21c1086da /btrfsck.c
parent73372dcf8f21427363a398b29171440b42077ce7 (diff)
Add back pointers from extents to the file or btree referencing them
Diffstat (limited to 'btrfsck.c')
-rw-r--r--btrfsck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btrfsck.c b/btrfsck.c
index 02299bc1..d13658e7 100644
--- a/btrfsck.c
+++ b/btrfsck.c
@@ -382,7 +382,7 @@ static int run_next_block(struct btrfs_root *root,
add_extent_rec(extent_cache, NULL, 0,
found.objectid,
found.offset,
- btrfs_extent_owner(ei),
+ 0,
btrfs_extent_refs(ei), 0, 0);
continue;
}