Signed-off-by: Christoph Hellwig <hch@xxxxxx> 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); -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html