Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-4] src/sys/kern



Module Name:    src
Committed By:   liamjfoy
Date:           Mon Jul 16 12:13:34 UTC 2007

Modified Files:
        src/sys/kern [netbsd-4]: vfs_subr.c

Log Message:
Pull up following revision(s) (requested by pooka in ticket #768):
        sys/kern/vfs_subr.c: revision 1.289
Don't drain a vnode's lock when we are cleaning it out.  It still
might be used by upper layers in the vnode stack due to exported
lock pointers.  This introduces no difference to the normal case
and works around a problem where a lower layer vnode is cleaned
out before the upper layer due to forced unmount or revoke.  And
for cosmetics, set a vnode's lock export to NULL when it is cleaned
out.
per discussion with Bill Stouder-Studenmund on tech-kern


To generate a diff of this commit:
cvs rdiff -r1.276.2.1 -r1.276.2.2 src/sys/kern/vfs_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index