[Ocfs2-commits] manish commits r920 - trunk/src/inc

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon May 17 18:35:58 CDT 2004


Author: manish
Date: 2004-05-17 17:35:55 -0500 (Mon, 17 May 2004)
New Revision: 920

Modified:
   trunk/src/inc/ocfs.h
Log:
Preprocessor logic simplification


Modified: trunk/src/inc/ocfs.h
===================================================================
--- trunk/src/inc/ocfs.h	2004-05-17 22:18:03 UTC (rev 919)
+++ trunk/src/inc/ocfs.h	2004-05-17 22:35:55 UTC (rev 920)
@@ -220,8 +220,7 @@
 
 #ifdef __KERNEL__
 #define ocfs_getpid()               current->pid
-#endif
-#ifndef __KERNEL__
+#else
 #define ocfs_getpid()               getpid()
 #endif
 



More information about the Ocfs2-commits mailing list