cvs commit: src/sys/kern vfs_cluster.c src/sys/sys buf.h
src/sys/vm vm_pager.c vnode_pager.c
Alexander Kabaev
kan at FreeBSD.ORG
Mon Aug 15 16:49:23 GMT 2005
On Mon, Aug 15, 2005 at 06:59:24PM +0300, Maxim Sobolev wrote:
> Alexander Kabaev wrote:
> >kan 2005-08-15 14:04:47 UTC
> >
> > FreeBSD src repository
> >
> > Modified files: (Branch: RELENG_6)
> > sys/kern vfs_cluster.c
> > sys/sys buf.h
> > sys/vm vm_pager.c vnode_pager.c
> > Log:
> > MFC: Do not use vm_pager_init() to initialize vnode_pbuf_freecnt
> > variable.
> > vm_pager_init() is run before required nswbuf variable has been set
> > to correct value. This caused system to run with single pbuf available
> > for vnode_pager. Handle both cluster_pbuf_freecnt and vnode_pbuf_freecnt
> > variableis in the same way.
> >
> > Approved by: re (kensmith)
>
> What about RELENG_5? Is it affected as well?
>
> -Maxim
RELENG_5 is probably affected too, but I do not have any 5.x machines
around to confirm that and test the fix. I will be much obliged if someone
else merges this patch to RELENG_5.
More information about the cvs-src
mailing list