[Ocfs2-commits] mfasheh commits r1562 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Oct 11 20:56:56 CDT 2004


Author: mfasheh
Date: 2004-10-11 20:56:54 -0500 (Mon, 11 Oct 2004)
New Revision: 1562

Modified:
   trunk/src/journal.c
Log:
* assert on some obvious things



Modified: trunk/src/journal.c
===================================================================
--- trunk/src/journal.c	2004-10-11 23:58:12 UTC (rev 1561)
+++ trunk/src/journal.c	2004-10-12 01:56:54 UTC (rev 1562)
@@ -898,6 +898,8 @@
 	int i;
 	int found = 0;
 
+	OCFS_ASSERT(handle);
+	OCFS_ASSERT(bh);
 	OCFS_ASSERT((handle->flags & OCFS_HANDLE_STARTED));
 
 	LOG_ENTRY_ARGS("(bh->b_blocknr=%llu, type=%d (\"%s\"), "



More information about the Ocfs2-commits mailing list