[Ocfs2-commits] mfasheh commits r1501 - branches/dlm-changes/src
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Mon Sep 27 19:48:43 CDT 2004
Author: mfasheh
Date: 2004-09-27 19:48:41 -0500 (Mon, 27 Sep 2004)
New Revision: 1501
Modified:
branches/dlm-changes/src/dir.c
Log:
* make some printks into debug printks
Modified: branches/dlm-changes/src/dir.c
===================================================================
--- branches/dlm-changes/src/dir.c 2004-09-28 00:47:27 UTC (rev 1500)
+++ branches/dlm-changes/src/dir.c 2004-09-28 00:48:41 UTC (rev 1501)
@@ -416,8 +416,8 @@
LOG_ENTRY();
- printk("extending dir %llu (i_size = %llu)\n", OCFS_I(dir)->ip_blkno,
- dir->i_size);
+ LOG_TRACE_ARGS("extending dir %llu (i_size = %llu)\n",
+ OCFS_I(dir)->ip_blkno, dir->i_size);
handle = ocfs_alloc_handle(osb);
if (handle == NULL) {
@@ -539,8 +539,8 @@
LOG_ENTRY();
- printk("getting ready to insert namelen %d into dir %llu\n", namelen,
- OCFS_I(dir)->ip_blkno);
+ LOG_TRACE_ARGS("getting ready to insert namelen %d into dir %llu\n",
+ namelen, OCFS_I(dir)->ip_blkno);
OCFS_ASSERT(S_ISDIR(dir->i_mode));
fe = (ocfs2_dinode *) parent_fe_bh->b_data;
More information about the Ocfs2-commits
mailing list