[PATCH] libata: Move ata_probe_ent_alloc to libata_core
[deliverable/linux.git] / include / linux / fcntl.h
index c52a63755fdd5b69e9bd63353b13e6aa82c738c9..996f5611cd59dc73ed9d01b2dec84f0708dcf7d9 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__
 
This page took 0.029553 seconds and 5 git commands to generate.