Messages in this thread |  | | | Date | Mon, 11 Apr 2005 22:35:32 -0700 | | From | Greg KH <> | | Subject | Re: [ANNOUNCE 2/6] Linux-iSCSI High-Performance Initiator |
On Mon, Apr 11, 2005 at 08:24:08PM -0700, Alex Aizman wrote: > +typedef uint64_t iscsi_snx_t; /* iSCSI Data-Path session handle */ > +typedef uint64_t iscsi_cnx_t; /* iSCSI Data-Path connection handle */
Do you really have to create a new typedef? Please reconsider. Just use u64 everywhere, unless you need to do type checking...
thanks,
greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |