[Ocfs2-commits] mfasheh commits r2588 - branches/readonly-operation/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Sep 16 18:54:52 CDT 2005


Author: mfasheh
Date: 2005-09-16 18:54:51 -0500 (Fri, 16 Sep 2005)
New Revision: 2588

Modified:
   branches/readonly-operation/fs/ocfs2/super.c
Log:
* cosmetic change to what we print in ocfs2_handle_error()



Modified: branches/readonly-operation/fs/ocfs2/super.c
===================================================================
--- branches/readonly-operation/fs/ocfs2/super.c	2005-09-16 23:36:06 UTC (rev 2587)
+++ branches/readonly-operation/fs/ocfs2/super.c	2005-09-16 23:54:51 UTC (rev 2588)
@@ -1667,8 +1667,9 @@
 	     ocfs2_is_hard_readonly(osb)))
 		return;
 
-	printk(KERN_CRIT "Remounting filesystem read-only, "
-	       "please run fsck.ocfs2\n");
+	printk(KERN_CRIT "File system is now read-only due to the potential "
+	       "of on-disk corruption. Please run fsck.ocfs2 once the file "
+	       "system is unmounted.\n");
 	sb->s_flags |= MS_RDONLY;
 	ocfs2_set_ro_flag(osb, 0);
 }



More information about the Ocfs2-commits mailing list