summaryrefslogtreecommitdiff
path: root/inode-map.c
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-05-22 10:07:10 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-05-22 10:07:10 -0400
commit832427bdbad9c2e7ad9635ddc1cad05563d9d16a (patch)
tree0eed70223aed40c0e8459daa70e27d7394fac7ea /inode-map.c
parent723eafc64706679e8932b6cd2fb66005be4f7387 (diff)
cleanup warnings found with -O2
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;