aboutsummaryrefslogtreecommitdiffstats
path: root/fs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/super.c')
-rw-r--r--fs/super.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/super.c b/fs/super.c
index 1527e6a0ee35..156eae5ed503 100644
--- a/fs/super.c
+++ b/fs/super.c
@@ -631,8 +631,6 @@ static void do_emergency_remount(struct work_struct *work)
631 down_write(&sb->s_umount); 631 down_write(&sb->s_umount);
632 if (sb->s_root && sb->s_bdev && !(sb->s_flags & MS_RDONLY)) { 632 if (sb->s_root && sb->s_bdev && !(sb->s_flags & MS_RDONLY)) {
633 /* 633 /*
634 * ->remount_fs needs lock_kernel().
635 *
636 * What lock protects sb->s_flags?? 634 * What lock protects sb->s_flags??
637 */ 635 */
638 do_remount_sb(sb, MS_RDONLY, NULL, 1); 636 do_remount_sb(sb, MS_RDONLY, NULL, 1);