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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jul 22 16:49:47 CDT 2004


Author: mfasheh
Date: 2004-07-22 15:49:45 -0500 (Thu, 22 Jul 2004)
New Revision: 1295

Modified:
   trunk/src/dlm.c
Log:
* don't send a message on final delete release -- we never get to this
  code for that (as we never ask for a release_lock), but just in
  case...



Modified: trunk/src/dlm.c
===================================================================
--- trunk/src/dlm.c	2004-07-21 21:38:10 UTC (rev 1294)
+++ trunk/src/dlm.c	2004-07-22 20:49:45 UTC (rev 1295)
@@ -1236,8 +1236,7 @@
 
 	if ((lockres->lock_type == OCFS_LKM_EXMODE) &&
 	    (lockres->master_node_num == osb->node_num) &&
-	    !(flags & FLAG_FILE_DELETE) && !(flags & FLAG_FILE_EXTEND) 
-	    && !(FLAG_FILE_TRUNCATE)) {
+	    !(flags & FLAG_FILE_EXTEND) && !(FLAG_FILE_TRUNCATE)) {
 		status = 0;
 		goto finally;
 	}



More information about the Ocfs2-commits mailing list