[Ocfs2-commits] manish commits r2011 - trunk/fs/ocfs2
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Fri Mar 18 17:33:59 CST 2005
Author: manish
Signed-off-by: zab
Date: 2005-03-18 17:33:57 -0600 (Fri, 18 Mar 2005)
New Revision: 2011
Modified:
trunk/fs/ocfs2/ocfs_log.h
Log:
Allow wider types in LOG_ERROR_STATUS
Signed-off-by: zab
Modified: trunk/fs/ocfs2/ocfs_log.h
===================================================================
--- trunk/fs/ocfs2/ocfs_log.h 2005-03-18 22:43:37 UTC (rev 2010)
+++ trunk/fs/ocfs2/ocfs_log.h 2005-03-18 23:33:57 UTC (rev 2011)
@@ -368,7 +368,7 @@
} while (0)
#define LOG_ERROR_STR(str) LOG_ERROR_ARGS("%s\n", str)
-#define LOG_ERROR_STATUS(st) LOG_ERROR_ARGS("status = %d\n", st)
+#define LOG_ERROR_STATUS(st) LOG_ERROR_ARGS("status = %lld\n", (long long)(st))
#define ocfs_trace(p) \
do { \
More information about the Ocfs2-commits
mailing list