aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/disk-io.c')
-rw-r--r--fs/btrfs/disk-io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index 8a2bcc7024fe..2464c099db57 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -1734,7 +1734,6 @@ struct btrfs_root *open_ctree(struct super_block *sb,
1734 goto fail_cleaner; 1734 goto fail_cleaner;
1735 1735
1736 if (btrfs_super_log_root(disk_super) != 0) { 1736 if (btrfs_super_log_root(disk_super) != 0) {
1737 u32 blocksize;
1738 u64 bytenr = btrfs_super_log_root(disk_super); 1737 u64 bytenr = btrfs_super_log_root(disk_super);
1739 1738
1740 if (fs_devices->rw_devices == 0) { 1739 if (fs_devices->rw_devices == 0) {