X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Ffcntl.h;h=485b6bdf4d7a1fde9812d12c6b3b43da53562aa6;hb=70790a4b5cd6c0291e5b1a2836e2832d46036ac6;hp=da2861ca37b0eb616f808de871df3ccafb5d212a;hpb=413ba3004a4036bb5d6e52d2faa2b19cb13561dc;p=linux-2.6.git diff --git a/include/asm-arm/fcntl.h b/include/asm-arm/fcntl.h index da2861ca3..485b6bdf4 100644 --- a/include/asm-arm/fcntl.h +++ b/include/asm-arm/fcntl.h @@ -20,6 +20,7 @@ #define O_NOFOLLOW 0100000 /* don't follow links */ #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ #define O_LARGEFILE 0400000 +#define O_NOATIME 01000000 #define F_DUPFD 0 /* dup */ #define F_GETFD 1 /* get close_on_exec */