[Ocfs2-commits] jlbec commits r1000 - branches/format-changes/src/inc

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jun 3 17:00:44 CDT 2004


Author: jlbec
Date: 2004-06-03 16:00:43 -0500 (Thu, 03 Jun 2004)
New Revision: 1000

Modified:
   branches/format-changes/src/inc/ocfs_compat.h
Log:
yosh is a dolt

YAY 1000!!!


Modified: branches/format-changes/src/inc/ocfs_compat.h
===================================================================
--- branches/format-changes/src/inc/ocfs_compat.h	2004-06-03 20:59:11 UTC (rev 999)
+++ branches/format-changes/src/inc/ocfs_compat.h	2004-06-03 21:00:43 UTC (rev 1000)
@@ -53,7 +53,7 @@
 #define wait_on_page_locked(p) wait_on_page(p)
 #define PageUptodate(p)        Page_Uptodate(p)
 
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,18)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,18)
 #define unlock_page(p)         UnlockPage(p)
 #endif
 



More information about the Ocfs2-commits mailing list