X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-generic%2Ffcntl.h;h=b663520dcdc487531caea8fbed1908fefa0f5754;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=3c4909d140a64a16193e6dce898c134d7ab63f29;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/include/asm-generic/fcntl.h b/include/asm-generic/fcntl.h index 3c4909d14..b663520dc 100644 --- a/include/asm-generic/fcntl.h +++ b/include/asm-generic/fcntl.h @@ -49,10 +49,6 @@ #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