[Ocfs2-commits] mfasheh commits r1862 - trunk/fs/ocfs2/dlm

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jan 28 16:58:38 CST 2005


Author: mfasheh
Date: 2005-01-28 16:58:34 -0600 (Fri, 28 Jan 2005)
New Revision: 1862

Modified:
   trunk/fs/ocfs2/dlm/dlmfs.c
Log:
* Set flags in a nicer fashion



Modified: trunk/fs/ocfs2/dlm/dlmfs.c
===================================================================
--- trunk/fs/ocfs2/dlm/dlmfs.c	2005-01-28 03:04:28 UTC (rev 1861)
+++ trunk/fs/ocfs2/dlm/dlmfs.c	2005-01-28 22:58:34 UTC (rev 1862)
@@ -80,7 +80,7 @@
 	*level = (open_flags & O_WRONLY) ? LKM_EXMODE : LKM_PRMODE;
 	*flags = 0;
 	if (open_flags & O_NONBLOCK)
-		*flags = LKM_NOQUEUE;
+		*flags |= LKM_NOQUEUE;
 
 	return 0;
 }



More information about the Ocfs2-commits mailing list