X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ia64%2Ffcntl.h;h=d193981bb1d819918959cea33667f24bb7a13ef4;hb=70790a4b5cd6c0291e5b1a2836e2832d46036ac6;hp=9ea319afd9eceac17e93caafef2393cb7203c865;hpb=413ba3004a4036bb5d6e52d2faa2b19cb13561dc;p=linux-2.6.git diff --git a/include/asm-ia64/fcntl.h b/include/asm-ia64/fcntl.h index 9ea319afd..d193981bb 100644 --- a/include/asm-ia64/fcntl.h +++ b/include/asm-ia64/fcntl.h @@ -28,7 +28,7 @@ #define O_LARGEFILE 0100000 #define O_DIRECTORY 0200000 /* must be a directory */ #define O_NOFOLLOW 0400000 /* don't follow links */ -#define O_ATOMICLOOKUP 01000000 /* do atomic file lookup */ +#define O_NOATIME 01000000 #define F_DUPFD 0 /* dup */ #define F_GETFD 1 /* get close_on_exec */