Source-Changes archive

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

CVS commit: [vmlocking] src/sys/kern



Module Name:    src
Committed By:   ad
Date:           Fri Oct 26 17:08:56 UTC 2007

Modified Files:
        src/sys/kern [vmlocking]: vfs_subr.c

Log Message:
The pagedaemon can do vhold() without holding a vnode reference. This
happens through VOP_PUTPAGES() when flushing out dirty pages. To play nicely
it should acquire a vnode reference first or lock the vnode another way. For
the time being re-allow vhold without the reference.


To generate a diff of this commit:
cvs rdiff -r1.283.2.22 -r1.283.2.23 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