freebsd-skq/sys/fs/autofs
trasz 49648b28cf 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

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
2014-09-23 11:27:43 +00:00
..
autofs_ioctl.h
autofs_vfsops.c Autofs softc needs to be global anyway, so don't pass it as a local 2014-08-23 11:45:14 +00:00
autofs_vnops.c Fix thinko that, with two map entries like shown below, in that order, 2014-09-23 11:27:43 +00:00
autofs.c Turns out -1 is a perfectly valid error number, ERESTART. Remove useless 2014-09-21 10:34:15 +00:00
autofs.h Autofs softc needs to be global anyway, so don't pass it as a local 2014-08-23 11:45:14 +00:00