[Ocfs2-commits] manish commits r964 - trunk/src/inc

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jun 1 19:16:00 CDT 2004


Author: manish
Date: 2004-06-01 18:15:58 -0500 (Tue, 01 Jun 2004)
New Revision: 964

Modified:
   trunk/src/inc/io.h
Log:
cosmetic cleanup


Modified: trunk/src/inc/io.h
===================================================================
--- trunk/src/inc/io.h	2004-06-01 23:13:15 UTC (rev 963)
+++ trunk/src/inc/io.h	2004-06-01 23:15:58 UTC (rev 964)
@@ -294,13 +294,13 @@
 #define OCFS_PRINT_FE_SIZE(bh)						      \
 do {									      \
 	if (bh) {							      \
-		ocfs_file_entry *__fe = (ocfs_file_entry *) bh->b_data;	      \
+		ocfs_file_entry *__fe = bh->b_data;			      \
 		if (IS_VALID_FILE_ENTRY(__fe)) {			      \
-			printk("ocfs2: %s:%d fe_check: file_size = (%llu), " \
+			printk("ocfs2: %s:%d fe_check: file_size = (%llu), "  \
 				"this_sector = (%llu)\n",		      \
 				__FUNCTION__, __LINE__, 		      \
 				__fe->file_size,			      \
-				__fe->this_sector);		      \
+				__fe->this_sector);			      \
 		}							      \
 	}								      \
 } while(0)



More information about the Ocfs2-commits mailing list