[PATCH] Implement AT_SYMLINK_FOLLOW flag for linkat
[pandora-kernel.git] / include / linux / fcntl.h
index c52a637..996f561 100644 (file)
@@ -29,6 +29,7 @@
 #define AT_SYMLINK_NOFOLLOW    0x100   /* Do not follow symbolic links.  */
 #define AT_REMOVEDIR           0x200   /* Remove directory instead of
                                            unlinking file.  */
+#define AT_SYMLINK_FOLLOW      0x400   /* Follow symbolic links.  */
 
 #ifdef __KERNEL__