K 10 svn:author V 3 mpp K 8 svn:date V 27 1995-07-31T08:52:02.000000Z K 7 svn:log V 518 Fix various kernfs file system problems, which can result in umountable file systems, hung processes, or system panics: - Some operations could return without decrementing the vnode reference count. - Some operations could leave the vnode locked. - Generalize the /kern/rootdev & rrootdev files so that they are no longer special cased in kernfs_lookup(). Note: procfs, fdescfs, and most of the other miscfs/* file systems also suffer from the same type of problems and I will work on fixing them one at a time. END