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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Nov 1 18:59:57 CST 2004


Author: mfasheh
Date: 2004-11-01 18:59:55 -0600 (Mon, 01 Nov 2004)
New Revision: 1612

Modified:
   branches/dlm-glue/src/dlmglue.c
Log:
* oops, don't use the OCFS_SET_FLAG macro in new code.



Modified: branches/dlm-glue/src/dlmglue.c
===================================================================
--- branches/dlm-glue/src/dlmglue.c	2004-11-01 22:50:19 UTC (rev 1611)
+++ branches/dlm-glue/src/dlmglue.c	2004-11-02 00:59:55 UTC (rev 1612)
@@ -1441,8 +1441,7 @@
 	SET_INODE_DELETED(inode);
 	/* We set the SKIP_DELETE flag on the inode so we don't try to
 	 * delete it in delete_inode ourselves. */
-	OCFS_SET_FLAG(OCFS_I(inode)->ip_flags, 
-		      OCFS_INODE_SKIP_DELETE);
+	OCFS_I(inode)->ip_flags |=  OCFS_INODE_SKIP_DELETE;
 	spin_unlock(&OCFS_I(inode)->ip_lock);
 
 	d_prune_aliases (inode);



More information about the Ocfs2-commits mailing list