Btrfs: fix shadowed variable declarations
[linux-2.6-block.git] / fs / btrfs / disk-io.c
index 8a2bcc7024fe1a184d807726f650827532372763..2464c099db57c84a393d0d097a809eba5fdc747e 100644 (file)
@@ -1734,7 +1734,6 @@ struct btrfs_root *open_ctree(struct super_block *sb,
                goto fail_cleaner;
 
        if (btrfs_super_log_root(disk_super) != 0) {
-               u32 blocksize;
                u64 bytenr = btrfs_super_log_root(disk_super);
 
                if (fs_devices->rw_devices == 0) {