summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inode-map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inode-map.c b/inode-map.c
index 1321bfb3..346952b7 100644
--- a/inode-map.c
+++ b/inode-map.c
@@ -44,6 +44,7 @@ int btrfs_find_free_objectid(struct btrfs_trans_handle *trans,
BTRFS_FIRST_FREE_OBJECTID);
search_key.objectid = search_start;
search_key.offset = 0;
+ search_key.type = 0;
btrfs_init_path(path);
start_found = 0;