From owner-freebsd-hackers Fri Aug 25 16:32:16 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA09568 for hackers-outgoing; Fri, 25 Aug 1995 16:32:16 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id QAA09560 for ; Fri, 25 Aug 1995 16:32:14 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.11/8.6.5) with ESMTP id QAA12282; Fri, 25 Aug 1995 16:31:12 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id QAA14584; Fri, 25 Aug 1995 16:33:08 -0700 Message-Id: <199508252333.QAA14584@corbin.Root.COM> To: terry@cs.weber.edu (Terry Lambert) cc: hackers@freebsd.org Subject: Re: UNIFIED FILE SYSTEM PATCHES, PLEASE APPLY In-reply-to: Your message of "Fri, 25 Aug 95 17:20:04 MDT." <9508252320.AA13133@cs.weber.edu> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 25 Aug 1995 16:33:08 -0700 Sender: hackers-owner@freebsd.org Precedence: bulk >I have just uploaded a set of patches that are general cleanup patches >for file system related code, with special emphasis on cleanup of the >use of the namei() interface. > > freefall.cdrom.com:~terry/UNI.diff.gz > >There is no README for this patch set. > >Mostly, these patches deal with using NDINIT() rather than manually >initializing the equivalent pieves of the nameidata structure before >passing the data to namei(). The biggest offenders in this area are >the binary compatability modules. These patches sound interesting and I plan to integrate most or all of them as soon as I get some time to do it. BTW, only one mailing list need be mentioned (probably hackers). -DG