From owner-cvs-all Mon Jan 13 11:58: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 736BD37B401; Mon, 13 Jan 2003 11:58:01 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BA4143F18; Mon, 13 Jan 2003 11:58:01 -0800 (PST) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by rwcrmhc51.attbi.com (rwcrmhc51) with ESMTP id <20030113195759051007qhn1e>; Mon, 13 Jan 2003 19:58:00 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA72180; Mon, 13 Jan 2003 11:57:59 -0800 (PST) Date: Mon, 13 Jan 2003 11:57:58 -0800 (PST) From: Julian Elischer To: Scott Long Cc: Matt Dillon , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_acl.c kern_descrip.c kern_event.c kern_mac.c sys_pipe.c sys_socket.c uipc_socket.c uipc_syscalls.c uipc_usrreq.c vfs_aio.c vfs_syscalls.c vfs_vnops.c src/sys/netgraph ng_socket.c src/sys/sys file.h src/sys/ufs/ffs ... In-Reply-To: <3E21BE8C.8030702@btc.adaptec.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sun, 12 Jan 2003, Scott Long wrote: > Matt Dillon wrote: > > > dillon 2003/01/11 17:37:13 PST > > > > Modified files: > > [...] > > > > > Log: > > Change struct file f_data to un_data, a union of the correct struct > > pointer types, and remove a huge number of casts from code using it. > > > > Change struct xfile xf_data to xun_data (ABI is still compatible). > > > > If we need to add a #define for f_data and xf_data we can, but I don't > > think it will be necessary. There are no operational changes in this > > commit. > > > > > Parts of this change have been objected to by no fewer than five people > on grounds ranging from technical to style to project management > concerns. Please act as a member of the team and do what has been > asked. > > Scott > > .. and in thus the project slips further and further into the hole. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message