[SCSI] libosd: OSD2r05: Prepare for rev5 attribute list changes
authorBoaz Harrosh <bharrosh@panasas.com>
Sun, 19 Apr 2009 16:11:42 +0000 (19:11 +0300)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 27 Apr 2009 16:05:40 +0000 (11:05 -0500)
commit71f32e31e5638df37904697e2d04182935add85d
tree2f1ab62477f8d5129cbae751c219a2c069fa31b8
parentbf5e84f69618f416e89a5a53434a8c865e70252e
[SCSI] libosd: OSD2r05: Prepare for rev5 attribute list changes

In OSD2r05 draft each attribute list element header was changed
so attribute-value would be 8 bytes aligned. In OSD2r01-r04
it was aligned on 2 bytes. (This is because in OSD2r01 the complete
element was 8 bytes padded at end but the header was not adjusted
and caused permanent miss-alignment.)

OSD1 elements are not padded and might be or might not be aligned.
OSD1 is still supported.

In this code we do all the code re-factoring to separate OSD1/OSD2
differences but do not change actual wire format. All wire format
changes will happen in one patch later, for bisect-ability.

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/osd/osd_initiator.c
include/scsi/osd_protocol.h