diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index a60bce413d33..fb15decb0861 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c @@ -1872,6 +1872,7 @@ static int btrfs_get_tree_super(struct fs_context *fc) fs_info->fs_devices = fs_devices; mutex_unlock(&uuid_mutex); + fc->sb_flags |= SB_NOSEC; sb = sget_fc(fc, btrfs_fc_test_super, set_anon_super_fc); if (IS_ERR(sb)) {