[Ocfs2-commits] mfasheh commits r1607 - branches/dlm-glue/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Nov 1 14:09:19 CST 2004


Author: mfasheh
Date: 2004-11-01 14:09:18 -0600 (Mon, 01 Nov 2004)
New Revision: 1607

Modified:
   branches/dlm-glue/src/journal.c
Log:
* slight comment update.



Modified: branches/dlm-glue/src/journal.c
===================================================================
--- branches/dlm-glue/src/journal.c	2004-10-29 22:15:14 UTC (rev 1606)
+++ branches/dlm-glue/src/journal.c	2004-11-01 20:09:18 UTC (rev 1607)
@@ -426,8 +426,9 @@
  * during the transaction, so make sure they were taken *before*
  * start_trans or we'll have ordering deadlocks. 
  *
- * This function would be alot simpler if we didn't have to worry
- * about abort. 
+ * WARNING2: Note that we do *not* drop trans_barrier here. This is
+ * good because transaction ids haven't yet been recorded on the
+ * cluster locks associated with this handle.
  */
 int ocfs_extend_trans(ocfs_journal_handle *handle, int nblocks)
 {



More information about the Ocfs2-commits mailing list