Date: Fri, 26 Oct 2001 11:25:55 +0700 (NOVST) From: nnd@mail.nsk.ru (Nickolay Dudorov) To: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern vfs_subr.c src/sys/sys vnode.h src/sys/ufs/ffs ffs_vfsops.c src/sys/vm vm_fault.c vm_object.c vm_object.h vm_page.c Message-ID: <200110260425.f9Q4Pt460884@wint.itfs.nsk.su> In-Reply-To: <200110260008.f9Q086v36985@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <200110260008.f9Q086v36985@freefall.freebsd.org> Matt Dillon <dillon@FreeBSD.ORG> wrote: > dillon 2001/10/25 17:08:05 PDT > > Modified files: > sys/kern vfs_subr.c > sys/sys vnode.h > sys/ufs/ffs ffs_vfsops.c > sys/vm vm_fault.c vm_object.c vm_object.h > vm_page.c > Log: > Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has a > real effect. ... skipped ... After this commit current kernel is unbuildable without options DDB because 'vm_object_set_writeable_dirty' routine defined in the "vm_object.c" file inside #ifdef DDB ... #endif guards and used in the "vm_fault.c". N.Dudorov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110260425.f9Q4Pt460884>