From owner-freebsd-current Sat Mar 16 15:08:11 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07226 for current-outgoing; Sat, 16 Mar 1996 15:08:11 -0800 (PST) Received: (from hsu@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07218 Sat, 16 Mar 1996 15:08:10 -0800 (PST) Date: Sat, 16 Mar 1996 15:08:10 -0800 (PST) From: Jeffrey Hsu Message-Id: <199603162308.PAA07218@freefall.freebsd.org> To: gpalmer Subject: Re: 4.4 lite 2 Cc: current Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm not done yet. The next round is a huge set vfs changes which will be put up for review when I finish integrating all the changes to all the filesystems (must be done in one atomic transaction). After that, I will get do the non-vfs changes in kern/. If you see a critical bug fix in lite2, then you should definitely bring it over. Or if you can cvs merge the entire file w/o affecting any other parts of the kernel, that is, the lite2 changes are localized and those are the only changes in that file, then you can bring it in w/o affecting what I'm doing, because that's just one less file I have to merge. I just looked and kern_subr.c fits this case. Jeffrey