linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-generic / fcntl.h
index 3c4909d..b663520 100644 (file)
 #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