Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: yamt
Date: Wed Jan 14 11:28:05 UTC 2004
Modified Files:
src/sys/kern: vfs_subr.c
src/sys/sys: vnode.h
src/sys/uvm: uvm_page.c
Log Message:
bump vnode hold count for page cache as well
to resolve unfairness between page cache and traditional buffer cache.
pointed by enami tsugutomo on tech-kern@.
To generate a diff of this commit:
cvs rdiff -r1.214 -r1.215 src/sys/kern/vfs_subr.c
cvs rdiff -r1.119 -r1.120 src/sys/sys/vnode.h
cvs rdiff -r1.93 -r1.94 src/sys/uvm/uvm_page.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