[Ocfs2-commits] manish commits r2337 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon May 30 13:48:35 CDT 2005


Author: manish
Signed-off-by: mfasheh
Date: 2005-05-30 13:48:33 -0500 (Mon, 30 May 2005)
New Revision: 2337

Modified:
   trunk/fs/ocfs2/extent_map.c
Log:
Remove useless defines that don't belong in kernel code

Signed-off-by: mfasheh


Modified: trunk/fs/ocfs2/extent_map.c
===================================================================
--- trunk/fs/ocfs2/extent_map.c	2005-05-30 17:59:27 UTC (rev 2336)
+++ trunk/fs/ocfs2/extent_map.c	2005-05-30 18:48:33 UTC (rev 2337)
@@ -23,9 +23,6 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#define _XOPEN_SOURCE 600 /* Triggers magic in features.h */
-#define _LARGEFILE64_SOURCE
-
 #include <linux/fs.h>
 #include <linux/init.h>
 #include <linux/types.h>



More information about the Ocfs2-commits mailing list