Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107314407
D26934.id78711.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
511 B
Referenced Files
None
Subscribers
None
D26934.id78711.diff
View Options
Index: sys/fs/nullfs/null_vfsops.c
===================================================================
--- sys/fs/nullfs/null_vfsops.c
+++ sys/fs/nullfs/null_vfsops.c
@@ -104,7 +104,9 @@
/*
* Get argument
*/
- error = vfs_getopt(mp->mnt_optnew, "target", (void **)&target, &len);
+ error = vfs_getopt(mp->mnt_optnew, "from", (void **)&target, &len);
+ if (error != 0)
+ error = vfs_getopt(mp->mnt_optnew, "target", (void **)&target, &len);
if (error || target[len - 1] != '\0')
return (EINVAL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 13, 9:58 AM (18 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15780591
Default Alt Text
D26934.id78711.diff (511 B)
Attached To
Mode
D26934: Make it possible to mount nullfs(5) using plain mount(8)
Attached
Detach File
Event Timeline
Log In to Comment