This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-sparc / fcntl.h
index aa64cfc..4eff92f 100644 (file)
@@ -20,6 +20,7 @@
 #define O_DIRECTORY    0x10000 /* must be a directory */
 #define O_NOFOLLOW     0x20000 /* don't follow links */
 #define O_LARGEFILE    0x40000
+#define O_ATOMICLOOKUP 0x80000 /* do atomic file lookup */
 #define O_DIRECT        0x100000 /* direct disk access hint */
 
 #define F_DUPFD                0       /* dup */