Re: [ANNOUNCE 2/6] Linux-iSCSI High-Performance Initiator

From: Greg KH
Date: Tue Apr 12 2005 - 02:57:28 EST


On Tue, Apr 12, 2005 at 08:27:33AM +0100, Christoph Hellwig wrote:
> On Mon, Apr 11, 2005 at 10:36:51PM -0700, Greg KH wrote:
> > On Mon, Apr 11, 2005 at 08:24:08PM -0700, Alex Aizman wrote:
> > > Common header files:
> > > - iscsi_ifev.h (user/kernel events).
> >
> > These structures cross the user/kernel boundry? If so, they _must_ use
> > the __u32 and friends types, not the horrible uint32_t mess...
>
> No, C99 are just fine.

Um, why? We've been down this road before, and for types that cross the
boundry, we _must_ use the __ version of the kernel types, not the
uint32_t stuff.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/