add O_TMPFILE flag, new in linux 3.11
authorSzabolcs Nagy <nsz@port70.net>
Sat, 23 Nov 2013 23:47:48 +0000 (23:47 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Sat, 23 Nov 2013 23:47:48 +0000 (23:47 +0000)
commitf7d348ec39ce31efdc4963eb4a8f16f48e5ef095
tree4cdf203298e702c14239e45f182e98a06e5fede2
parentb0e9d5771162401a5328aec7e1e8a6744e531521
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/arm/bits/fcntl.h
arch/i386/bits/fcntl.h
arch/microblaze/bits/fcntl.h
arch/mips/bits/fcntl.h
arch/powerpc/bits/fcntl.h
arch/x86_64/bits/fcntl.h