linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] remove incorrect comment in do_emergency_remount
@ 2010-02-01 20:55 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2010-02-01 20:55 UTC (permalink / raw)
  To: viro; +Cc: linux-fsdevel


Signed-off-by: Christoph Hellwig <hch@lst.de>

Index: linux-2.6/fs/super.c
===================================================================
--- linux-2.6.orig/fs/super.c	2010-02-01 21:52:37.063004231 +0100
+++ linux-2.6/fs/super.c	2010-02-01 21:52:40.127016742 +0100
@@ -618,8 +618,6 @@ static void do_emergency_remount(struct 
 		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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-01 20:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-01 20:55 [PATCH] remove incorrect comment in do_emergency_remount Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).