From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: linux-2.4.18-modified-scsi-h.patch Date: Tue, 19 Nov 2002 13:47:34 -0500 Sender: linux-kernel-owner@vger.kernel.org Message-ID: <3DDA8746.3010409@pobox.com> References: <3DDA0E63.9050307@torque.net> <20021119104004.A21438@eng2.beaverton.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: To: Patrick Mansfield Cc: Douglas Gilbert , Andre Hedrick , "J. E. J. Bottomley" , Linus Torvalds , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-scsi@vger.kernel.org Patrick Mansfield wrote: > I don't see why we need the #define, or is that another patch? The define exists for the same reason that HAVE_xxx exists in include/linux/netdevice.h and other headers: a feature test macro, so code using this pointer can detect its presence or absence. The world of drivers is not all in the kernel tarball, ya know ;-) But as I said, the macro is misnamed, it should be HAVE_UPPER_PRIVATE_DATA or similar. Jeff