[Ocfs2-commits] khackel commits r1100 - branches/format-changes/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jun 14 19:40:31 CDT 2004


Author: khackel
Date: 2004-06-14 18:40:30 -0500 (Mon, 14 Jun 2004)
New Revision: 1100

Modified:
   branches/format-changes/src/extmap.c
Log:
remove printk

Modified: branches/format-changes/src/extmap.c
===================================================================
--- branches/format-changes/src/extmap.c	2004-06-14 23:28:24 UTC (rev 1099)
+++ branches/format-changes/src/extmap.c	2004-06-14 23:40:30 UTC (rev 1100)
@@ -713,8 +713,6 @@
 	Vbo >>= osb->sb->s_blocksize_bits;
 	Lbo >>= osb->sb->s_blocksize_bits;
 
-	printk("addextent: map=%p vbo=%llu lbo=%llu bytes=%llu\n",
-	       Map, Vbo, Lbo, ByteCount);
 	ret = ocfs_extent_map_add (Map, ((__s64) Vbo), ((__s64) Lbo), ((__s64) ByteCount));
 	if (!ret)
 		LOG_ERROR_ARGS ("fileoff=%llu, diskoff=%llu, len=%llu",



More information about the Ocfs2-commits mailing list