]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define UMOUNT_NOFOLLOW.
authorUlrich Drepper <drepper@redhat.com>
Fri, 12 Mar 2010 16:44:10 +0000 (08:44 -0800)
committerUlrich Drepper <drepper@redhat.com>
Fri, 12 Mar 2010 16:44:10 +0000 (08:44 -0800)
ChangeLog
sysdeps/unix/sysv/linux/sys/mount.h

index be5d5557e57b9a278e70e7f5add64b1685d28fea..e8781598a9edcc54bece3eeac8657060aeff19db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-12  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/sys/mount.h (UMOUNT_NOFOLLOW): Define.
+
 2010-03-12  Andreas Schwab  <schwab@redhat.com>
 
        * elf/dl-dst.h: Include "trusted-dirs.h".
index a41220d14e0aa1e69cd58665b9e9c6334ccefa67..923b4616ca82c37d40fc8e45c9954a686ef00dcf 100644 (file)
@@ -123,8 +123,10 @@ enum
 #define MNT_FORCE MNT_FORCE
   MNT_DETACH = 2,              /* Just detach from the tree.  */
 #define MNT_DETACH MNT_DETACH
-  MNT_EXPIRE = 4               /* Mark for expiry.  */
+  MNT_EXPIRE = 4,              /* Mark for expiry.  */
 #define MNT_EXPIRE MNT_EXPIRE
+  UMOUNT_NOFOLLOW = 8          /* Don't follow symlink on umount.  */
+#define UMOUNT_NOFOLLOW UMOUNT_NOFOLLOW
 };