Module Name: src Committed By: hannken Date: Wed Feb 13 14:03:49 UTC 2013
Modified Files: src/sys/dev: fss.c src/sys/kern: vfs_mount.c vfs_subr.c vfs_vnode.c src/sys/miscfs/specfs: spec_vnops.c specdev.h src/sys/sys: param.h Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/dev/fss.c cvs rdiff -u -r1.16 -r1.17 src/sys/kern/vfs_mount.c cvs rdiff -u -r1.435 -r1.436 src/sys/kern/vfs_subr.c cvs rdiff -u -r1.18 -r1.19 src/sys/kern/vfs_vnode.c cvs rdiff -u -r1.136 -r1.137 src/sys/miscfs/specfs/spec_vnops.c cvs rdiff -u -r1.39 -r1.40 src/sys/miscfs/specfs/specdev.h cvs rdiff -u -r1.424 -r1.425 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.