From owner-cvs-all Thu Sep 13 13:29:18 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id DE1C237B403; Thu, 13 Sep 2001 13:29:10 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f8DKT9618782; Thu, 13 Sep 2001 14:29:09 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f8DKT9t13894; Thu, 13 Sep 2001 14:29:09 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200109132029.f8DKT9t13894@harmony.village.org> To: Julian Elischer Subject: Re: cvs commit: src/sys/fs/msdosfs denode.h msdosfs_denode.c msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c Cc: John Baldwin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 13 Sep 2001 12:53:41 PDT." References: Date: Thu, 13 Sep 2001 14:29:09 -0600 From: Warner Losh 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 message Julian Elischer writes: : Why are you doing this? : having pointers to threads that are calle proc is going to be REALLY : confusing! I did the opposite to make my stuff more portable to -stable. Eg, I was able to get away with '#define thread proc' given my use of the struct thread/proc. I find changes of this nature to be espeically bad for people that have to live in multiple versions of the OS. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message