aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r--fs/btrfs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index c11ecf500202..2e797d5fb281 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -144,7 +144,7 @@ static int btrfs_get_sb(struct file_system_type *fs_type,
144static int btrfs_statfs(struct dentry *dentry, struct kstatfs *buf) 144static int btrfs_statfs(struct dentry *dentry, struct kstatfs *buf)
145{ 145{
146 struct btrfs_root *root = btrfs_sb(dentry->d_sb); 146 struct btrfs_root *root = btrfs_sb(dentry->d_sb);
147 struct btrfs_super_block *disk_super = root->fs_info->disk_super; 147 struct btrfs_super_block *disk_super = &root->fs_info->super_copy;
148 148
149 buf->f_namelen = BTRFS_NAME_LEN; 149 buf->f_namelen = BTRFS_NAME_LEN;
150 buf->f_blocks = btrfs_super_total_blocks(disk_super); 150 buf->f_blocks = btrfs_super_total_blocks(disk_super);