[Ocfs2-commits] mfasheh commits r1248 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jul 8 15:28:54 CDT 2004


Author: mfasheh
Date: 2004-07-08 14:28:52 -0500 (Thu, 08 Jul 2004)
New Revision: 1248

Modified:
   trunk/src/buffer_head_io.c
Log:
* fix a typo



Modified: trunk/src/buffer_head_io.c
===================================================================
--- trunk/src/buffer_head_io.c	2004-07-08 19:22:22 UTC (rev 1247)
+++ trunk/src/buffer_head_io.c	2004-07-08 19:28:52 UTC (rev 1248)
@@ -219,7 +219,7 @@
 
 	if (inode && (flags & OCFS_BH_CACHED) &&
 	    (OCFS_I(inode)->ip_flags & OCFS_INODE_SYSTEM_FILE)) {
-		LOG_TRACE_STR("hey bozo you are trying to write "
+		LOG_TRACE_STR("hey bozo you are trying to read "
 			      "a system thingy cached!");
 		flags &= ~OCFS_BH_CACHED;
 	}



More information about the Ocfs2-commits mailing list