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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 892864906880..7153dfaa3404 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -388,6 +388,7 @@ int btrfs_get_sb_bdev(struct file_system_type *fs_type,
388 goto error; 388 goto error;
389 } 389 }
390 390
391 btrfs_sb(s)->fs_info->bdev_holder = fs_type;
391 s->s_flags |= MS_ACTIVE; 392 s->s_flags |= MS_ACTIVE;
392 } 393 }
393 394