On Tue, Sep 13, 2005 at 04:23:42PM -0400, Luben Tuikov wrote: > A SCSI LUN is not "u64 lun", it has never been and it will > never be. > > A SCSI LUN is "u8 LUN[8]" -- it is this from the Application > Layer down to the _transport layer_ (if you cared to look at > _any_ LL transport). Could you explain the difference please? Why is it preferable to keep the LUN as an array of bytes instead of a single large integer? > (It is also capitalized since it is an abbreviation.) Well, we have two conflicting standards to follow here. That of English which insists that abbreviations be capitalised, and that of the kernel which requires that all-caps identifiers be macros rather than structure members. We have to violate one. - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html