[Bug 41526] mount(8) symlinked mount points get mounted more than once w/ mount -a
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 2 20:05:43 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=41526
fernando.apesteguia at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fernando.apesteguia at gmail.c
| |om
--- Comment #2 from fernando.apesteguia at gmail.com ---
Can we close this PR? It is really old and not reproducible anymore as 11.1.0.
Can't find the specific commit that fixed it.
fernape at beastie:~/pr_41526$ mount -t linprocfs
fernape at beastie:~/pr_41526$ mkdir directory
fernape at beastie:~/pr_41526$ ln -s directory link_to_directory
fernape at beastie:~/pr_41526$ ls -l
total 2
drwxr-xr-x 2 fernape fernape 512 2 feb. 19:48 directory/
lrwxr-xr-x 1 fernape fernape 9 2 feb. 19:48 link_to_directory@ ->
directory
fernape at beastie:~/pr_41526$ mount -at linprocfs
fernape at beastie:~/pr_41526$ mount -at linprocfs
fernape at beastie:~/pr_41526$ mount -at linprocfs
fernape at beastie:~/pr_41526$ mount -t linprocfs
linprocfs on /usr/home/fernape/pr_41526/directory (linprocfs, local, nosuid,
mounted by fernape)
fernape at beastie:~/pr_41526$
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list