NetBSD/sys/miscfs/specfs
hannken 9f9ac3cb83 Make the spec_node table implementation private to spec_vnops.c.
To retrieve a spec_node, two new lookup functions (by device or by mount)
are implemented.  Both return a referenced vnode, for an opened block device
the opened vnode is returned so further diagnostic checks "vp == ... sd_bdevvp"
will not fire.  Otherwise any vnode matching the criteria gets returned.

No objections on tech-kern.

Welcome to 6.99.17
2013-02-13 14:03:48 +00:00
..
Makefile
spec_vnops.c Make the spec_node table implementation private to spec_vnops.c. 2013-02-13 14:03:48 +00:00
specdev.h Make the spec_node table implementation private to spec_vnops.c. 2013-02-13 14:03:48 +00:00