From: Chris Mason Date: Fri, 2 May 2008 18:43:15 +0000 (-0400) Subject: Btrfs: Compile warning fixup in volume.c X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~187 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=006a58a25fe8aaa7559be80dcff94d98aee84309;p=linux-2.6-omap-h63xx.git Btrfs: Compile warning fixup in volume.c Signed-off-by: Chris Mason --- diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index 6d8dd4438c7..b3818757310 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c @@ -547,7 +547,7 @@ int btrfs_add_device(struct btrfs_trans_handle *trans, struct extent_buffer *leaf; struct btrfs_key key; unsigned long ptr; - u64 free_devid; + u64 free_devid = 0; root = root->fs_info->chunk_root;