diff options
-rw-r--r-- | fs/super.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -631,8 +631,6 @@ static void do_emergency_remount(struct work_struct *work) down_write(&sb->s_umount); if (sb->s_root && sb->s_bdev && !(sb->s_flags & MS_RDONLY)) { /* - * ->remount_fs needs lock_kernel(). - * * What lock protects sb->s_flags?? */ do_remount_sb(sb, MS_RDONLY, NULL, 1); |