Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Feb 2018 20:05:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 41526] mount(8) symlinked mount points get mounted more than once w/ mount -a
Message-ID:  <bug-41526-8-VrB4XMKxW6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-41526-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-41526-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D41526

fernando.apesteguia@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fernando.apesteguia@gmail.c
                   |                            |om

--- Comment #2 from fernando.apesteguia@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@beastie:~/pr_41526$ mount -t linprocfs
fernape@beastie:~/pr_41526$ mkdir directory
fernape@beastie:~/pr_41526$ ln -s directory link_to_directory
fernape@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@beastie:~/pr_41526$ mount -at linprocfs
fernape@beastie:~/pr_41526$ mount -at linprocfs
fernape@beastie:~/pr_41526$ mount -at linprocfs
fernape@beastie:~/pr_41526$ mount -t linprocfs
linprocfs on /usr/home/fernape/pr_41526/directory (linprocfs, local, nosuid,
mounted by fernape)
fernape@beastie:~/pr_41526$

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-41526-8-VrB4XMKxW6>