Page MenuHomeFreeBSD

D11323.id30569.diff
No OneTemporary

D11323.id30569.diff

Index: head/sbin/mount/mount.c
===================================================================
--- head/sbin/mount/mount.c
+++ head/sbin/mount/mount.c
@@ -398,7 +398,9 @@
have_fstab = 1;
mntfromname = mntbuf->f_mntfromname;
} else if (argv[0][0] == '/' &&
- argv[0][1] == '\0') {
+ argv[0][1] == '\0' &&
+ strcmp(fs->fs_vfstype,
+ mntbuf->f_fstypename) == 0) {
fs = getfsfile("/");
have_fstab = 1;
mntfromname = fs->fs_spec;

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 9, 9:35 AM (22 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28564146
Default Alt Text
D11323.id30569.diff (492 B)

Event Timeline