NetBSD/sys/fs/autofs
riastradh e7bed28911 driver(9): devsw_detach never fails. Make it return void.
Prune a whole lotta dead branches as a result of this.  (Some logic
calling this is also wrong for other reasons; devsw_detach is final
-- you should never have any reason to decide to roll it back.  To be
cleaned up in subsequent commits...)

XXX kernel ABI change to devsw_detach signature requires bump
2022-03-28 12:33:20 +00:00
..
Makefile
autofs.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
autofs.h autofs: Remove unused autofs_node::an_vnode_lock 2019-11-23 17:13:46 +00:00
autofs_ioctl.h
autofs_mount.h autofs: Fix a comment on autofs_args 2019-11-23 08:30:39 +00:00
autofs_vfsops.c driver(9): devsw_detach never fails. Make it return void. 2022-03-28 12:33:20 +00:00
autofs_vnops.c - Add a new vnode op: VOP_PARSEPATH. 2021-06-29 22:34:05 +00:00
files.autofs