This patch fixes the following compiler warning:
iser.c:338:14: error: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct iser_pdu *' increases required alignment from 1 to 8 [-Werror,-Wcast-align]
iser_pdu = container_of(pdu, struct iser_pdu, iscsi_pdu);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
43 KiB
43 KiB