summaryrefslogtreecommitdiff
path: root/src/mount
diff options
context:
space:
mode:
authorRyan Zoeller <rtzoeller@rtzoeller.com>2022-01-14 08:04:52 -0600
committerRyan Zoeller <rtzoeller@rtzoeller.com>2022-01-18 16:52:23 -0600
commit65039212d1b1dce51c250ad552a92a7a077c54a8 (patch)
tree8ff0b1f1b3a0bedb7ffeb1e6263dcf79ea2b62fb /src/mount
parent18d1f62b150177ca4c40e2cbe21a98ddba80ecf7 (diff)
downloadnix-65039212d1b1dce51c250ad552a92a7a077c54a8.zip
Define UMOUNT_NOFOLLOW, FUSE_SUPER_MAGIC on Linux
Requested-by: jiangliu
Diffstat (limited to 'src/mount')
-rw-r--r--src/mount/linux.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mount/linux.rs b/src/mount/linux.rs
index 4cb2fa54..4c976dcb 100644
--- a/src/mount/linux.rs
+++ b/src/mount/linux.rs
@@ -53,6 +53,7 @@ libc_bitflags!(
MNT_FORCE;
MNT_DETACH;
MNT_EXPIRE;
+ UMOUNT_NOFOLLOW;
}
);