On Fri, 2010-08-13 at 15:55 -0400, David Dillow wrote:
> On Tue, 2010-08-10 at 20:33 +0200, Bart Van Assche wrote:
> > Implements SRP_CRED_REQ, which is an information unit defined in the SRP
> > (draft) standard and that allows an SRP target to inform an SRP initiator
> > that
> > more requests may be sent by the initiator. Adds declarations for the
> > SRP_CRED_REQ and SRP_CRED_RSP information units to include/scsi/srp.h.
>
> Compile tested only
Indeed, I broke it.
> --- a/include/scsi/srp.h
> +++ b/include/scsi/srp.h
> @@ -237,6 +237,44 @@ struct srp_rsp {
> __be32 sense_data_len;
> __be32 resp_data_len;
> u8 data[0];
> +};
> +
Oops, accidentally removed __attribute__((packed)) from struct srp_rsp.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html