From owner-cvs-all Thu Oct 25 21:26: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43]) by hub.freebsd.org (Postfix) with ESMTP id 5C58A37B406 for ; Thu, 25 Oct 2001 21:25:58 -0700 (PDT) Received: (from nnd@localhost) by wint.itfs.nsk.su (8.11.6/8.11.4) id f9Q4Pt460884; Fri, 26 Oct 2001 11:25:55 +0700 (NOVST) (envelope-from nnd) Date: Fri, 26 Oct 2001 11:25:55 +0700 (NOVST) Message-Id: <200110260425.f9Q4Pt460884@wint.itfs.nsk.su> 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 In-Reply-To: <200110260008.f9Q086v36985@freefall.freebsd.org> User-Agent: tin/1.5.9-20010723 ("Chord of Souls") (UNIX) (FreeBSD/5.0-CURRENT (i386)) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article <200110260008.f9Q086v36985@freefall.freebsd.org> Matt Dillon 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