aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/nilfs2/super.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c
index 122dc1e489fb..1c505d0e031e 100644
--- a/fs/nilfs2/super.c
+++ b/fs/nilfs2/super.c
@@ -1186,8 +1186,6 @@ nilfs_get_sb(struct file_system_type *fs_type, int flags,
1186 1186
1187 s->s_flags |= MS_ACTIVE; 1187 s->s_flags |= MS_ACTIVE;
1188 need_to_close = 0; 1188 need_to_close = 0;
1189 } else if (!(s->s_flags & MS_RDONLY)) {
1190 err = -EBUSY;
1191 } 1189 }
1192 1190
1193 up(&sd.bdev->bd_mount_sem); 1191 up(&sd.bdev->bd_mount_sem);