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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Aug 9 17:57:11 CDT 2004


Author: mfasheh
Date: 2004-08-09 16:57:09 -0500 (Mon, 09 Aug 2004)
New Revision: 1339

Modified:
   trunk/src/dlm.c
Log:
* warn about some scary code


Modified: trunk/src/dlm.c
===================================================================
--- trunk/src/dlm.c	2004-08-09 19:30:42 UTC (rev 1338)
+++ trunk/src/dlm.c	2004-08-09 21:57:09 UTC (rev 1339)
@@ -330,6 +330,7 @@
 					status = tmpstat;
 					goto finally;
 				}
+#warning "isn't this broken!?!"
 				LOG_TRACE_ARGS("broke cache lock, setting to NO_LOCK\n");
 				fe = (ocfs2_dinode *) bh->b_data;
 				DISK_LOCK(fe)->dl_level = OCFS_LKM_NLMODE;



More information about the Ocfs2-commits mailing list