summaryrefslogtreecommitdiff
path: root/inode-map.c
diff options
context:
space:
mode:
Diffstat (limited to 'inode-map.c')
-rw-r--r--inode-map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inode-map.c b/inode-map.c
index 330b3626..46223038 100644
--- a/inode-map.c
+++ b/inode-map.c
@@ -18,7 +18,7 @@ int btrfs_find_free_objectid(struct btrfs_trans_handle *trans,
int ret;
u64 hole_size = 0;
int slot = 0;
- u64 last_ino;
+ u64 last_ino = 0;
int start_found;
struct btrfs_leaf *l;
struct btrfs_key search_key;