Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102577058
D37718.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
415 B
Referenced Files
None
Subscribers
None
D37718.id.diff
View Options
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -924,6 +924,8 @@
fsflags |= MNT_SYNCHRONOUS;
else if (strcmp(opt->name, "union") == 0)
fsflags |= MNT_UNION;
+ else if (strcmp(opt->name, "export") == 0)
+ fsflags |= MNT_EXPORTED;
else if (strcmp(opt->name, "automounted") == 0) {
fsflags |= MNT_AUTOMOUNTED;
do_freeopt = 1;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 15, 7:02 AM (9 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14639550
Default Alt Text
D37718.id.diff (415 B)
Attached To
Mode
D37718: fix vfs_domount() so that it check PRIV_VFS_MOUNT_EXPORTED
Attached
Detach File
Event Timeline
Log In to Comment