From: Christoph Hellwig <hch@lst.de>
Date: Mon, 1 Feb 2010 20:55:52 +0000 (+0100)
Subject: remove incorrect comment in do_emergency_remount
X-Git-Tag: firefly_0821_release~9833^2~2046^2~67
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a135aa2cd76a1de1a84312e0bb3498a5da76782d;p=firefly-linux-kernel-4.4.55.git

remove incorrect comment in do_emergency_remount

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---

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)
 		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);