From f7d348ec39ce31efdc4963eb4a8f16f48e5ef095 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 23 Nov 2013 23:47:48 +0000 Subject: add O_TMPFILE flag, new in linux 3.11 definition in linux: #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) where __O_TMPFILE and O_DIRECTORY are arch specific --- arch/x86_64/bits/fcntl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86_64') diff --git a/arch/x86_64/bits/fcntl.h b/arch/x86_64/bits/fcntl.h index 0949f31d..99777139 100644 --- a/arch/x86_64/bits/fcntl.h +++ b/arch/x86_64/bits/fcntl.h @@ -15,6 +15,7 @@ #define O_DIRECT 040000 #define O_LARGEFILE 0 #define O_NOATIME 01000000 +#define O_TMPFILE 020200000 #define O_NDELAY O_NONBLOCK #define F_DUPFD 0 -- cgit v1.2.1