- put_unaligned_be64(info, &buf[3]);
+ /*
+ * Fixed format sense reserves only 32 bits for the
+ * 'information' field
+ */
+ put_unaligned_be32((u32)info, &buf[3]);
}
}
EXPORT_SYMBOL(scsi_set_sense_information);
Hannes,
This bit is handled in "scsi: Fix sense information setting in fixed
sized format"
see http://permalink.gmane.org/gmane.linux.scsi/103115
Can you make it incremental to this patch?
James, I don't see it on the scsi tree, can you pick it up?
Sagi.
--
To unsubscribe from this list: 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