[Ocfs2-commits] mfasheh commits r814 - trunk/src
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Mon Mar 29 13:01:55 CST 2004
Author: mfasheh
Date: 2004-03-29 13:01:53 -0600 (Mon, 29 Mar 2004)
New Revision: 814
Modified:
trunk/src/hash.c
Log:
* make a printk more informative
Modified: trunk/src/hash.c
===================================================================
--- trunk/src/hash.c 2004-03-26 18:49:13 UTC (rev 813)
+++ trunk/src/hash.c 2004-03-29 19:01:53 UTC (rev 814)
@@ -1735,7 +1735,7 @@
offset >= ((JOURNAL_FILE_BASE_ID + OCFS_MAXIMUM_NODES)
* osb->sect_size
+ osb->vol_layout.root_int_off)) {
- printk("skipping inode create for %u.%u\n",
+ printk("ocfs2: skipping inode create for %u.%u\n",
HILO(offset));
goto bail;
}
More information about the Ocfs2-commits
mailing list