fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / asm-generic / fcntl.h
index 3c4909d..c154b9d 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef _ASM_GENERIC_FCNTL_H
 #define _ASM_GENERIC_FCNTL_H
 
-#include <linux/config.h>
 #include <linux/types.h>
 
 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
 #ifndef O_NOATIME
 #define O_NOATIME      01000000
 #endif
-#ifndef O_ATOMICLOOKUP
-#define O_ATOMICLOOKUP 02000000        /* do atomic file lookup */
-#endif
-
 #ifndef O_NDELAY
 #define O_NDELAY       O_NONBLOCK
 #endif