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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jan 28 20:10:13 CST 2005


Author: mfasheh
Date: 2005-01-28 20:10:11 -0600 (Fri, 28 Jan 2005)
New Revision: 1868

Modified:
   trunk/fs/ocfs2/dlm/dlmmod.c
Log:
* don't need a #warning for this. the comment above will suffice.



Modified: trunk/fs/ocfs2/dlm/dlmmod.c
===================================================================
--- trunk/fs/ocfs2/dlm/dlmmod.c	2005-01-29 02:09:17 UTC (rev 1867)
+++ trunk/fs/ocfs2/dlm/dlmmod.c	2005-01-29 02:10:11 UTC (rev 1868)
@@ -197,8 +197,6 @@
 		 * ensure that everything is the same, or return DLM_BADARGS.
 	 	 * this means that DLM_DENIED_NOASTS will never be returned.
 	 	 */
-#warning differs from spec here!
-
 		if (lock->lksb != lksb || lock->ast != ast ||
 		    lock->bast != bast || lock->astdata != data) {
 			status = DLM_BADARGS;



More information about the Ocfs2-commits mailing list