This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-ppc64 / fcntl.h
index 1ef8357..790d624 100644 (file)
@@ -27,6 +27,7 @@
 #define O_NOFOLLOW      0100000        /* don't follow links */
 #define O_LARGEFILE     0200000
 #define O_DIRECT       0400000 /* direct disk access hint */
+#define O_ATOMICLOOKUP 01000000 /* do atomic file lookup */
 
 #define F_DUPFD                0       /* dup */
 #define F_GETFD                1       /* get close_on_exec */