summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authorJosef Bacik <jbacik@redhat.com>2008-07-24 12:13:32 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2008-07-24 12:13:32 -0400
commit059c20b3846fb02ce999265820a2c3856f3692aa (patch)
treefcf61abc3be4c546f4ed13fe4e040e05353fa205 /utils.c
parent9864c90760e7c0f287cc616d5f71a674efbbc5ea (diff)
btrfs-progs new dir index support
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index 335c9cb7..24b885e2 100644
--- a/utils.c
+++ b/utils.c
@@ -561,7 +561,7 @@ int btrfs_make_root_dir(struct btrfs_trans_handle *trans,
if (ret)
goto error;
- ret = btrfs_insert_inode_ref(trans, root, "..", 2, objectid, objectid);
+ ret = btrfs_insert_inode_ref(trans, root, "..", 2, objectid, objectid, 0);
if (ret)
goto error;