Skip to content

Commit

Permalink
Btrfs: Compile warning fixup in volume.c
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Mason <chris.mason@oracle.com>
  • Loading branch information
Chris Mason committed Sep 25, 2008
1 parent f2eb0a2 commit 006a58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/btrfs/volumes.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 006a58a

Please sign in to comment.