[Ocfs2-commits] zab commits r2598 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Sep 20 13:37:59 CDT 2005


Author: zab
Signed-off-by: mfasheh
Date: 2005-09-20 13:37:57 -0500 (Tue, 20 Sep 2005)
New Revision: 2598

Modified:
   trunk/fs/ocfs2/dlmglue.c
   trunk/fs/ocfs2/dlmglue.h
Log:
o mlog levels are 64 bits, fixes truncation with 32bit longs

Signed-off-by: mfasheh


Modified: trunk/fs/ocfs2/dlmglue.c
===================================================================
--- trunk/fs/ocfs2/dlmglue.c	2005-09-20 17:52:03 UTC (rev 2597)
+++ trunk/fs/ocfs2/dlmglue.c	2005-09-20 18:37:57 UTC (rev 2598)
@@ -2588,7 +2588,7 @@
 }
 
 /* This aids in debugging situations where a bad LVB might be involved. */
-void ocfs2_dump_meta_lvb_info(unsigned long level,
+void ocfs2_dump_meta_lvb_info(u64 level,
 			      const char *function,
 			      unsigned int line,
 			      struct ocfs2_lock_res *lockres)

Modified: trunk/fs/ocfs2/dlmglue.h
===================================================================
--- trunk/fs/ocfs2/dlmglue.h	2005-09-20 17:52:03 UTC (rev 2597)
+++ trunk/fs/ocfs2/dlmglue.h	2005-09-20 18:37:57 UTC (rev 2598)
@@ -122,7 +122,7 @@
 void ocfs2_meta_lvb_set_trunc_clusters(struct inode *inode,
 				       unsigned int trunc_clusters);
 /* aids in debugging and tracking lvbs */
-void ocfs2_dump_meta_lvb_info(unsigned long level,
+void ocfs2_dump_meta_lvb_info(u64 level,
 			      const char *function,
 			      unsigned int line,
 			      struct ocfs2_lock_res *lockres);



More information about the Ocfs2-commits mailing list