]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r272025:
authortrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 25 Sep 2014 17:28:29 +0000 (17:28 +0000)
committertrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 25 Sep 2014 17:28:29 +0000 (17:28 +0000)
commit419c44dc96ee194e77fbdf6182929cc26920ceb0
treef461c9b40d7e495ead528f897dd8b39626d7fdf2
parent1b025032d21166200fa5f6404d84132b8e4289cb
MFC r272025:

Fix thinko that, with two map entries like shown below, in that order,
made autofs mix them up: the second one wasn't visible in ls(1) output,
and trying to access it would trigger mount for the first one.

foobar          host:/foobar
foo             host:/foo

Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@272116 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/autofs/autofs_vnops.c