commit | 21367e2027b47b7802388e1b6a672e985d87c442 | [log] [tgz] |
---|---|---|
author | Tyrel Datwyler <[email protected]> | Thu Feb 11 16:24:35 2016 -0600 |
committer | Martin K. Petersen <[email protected]> | Tue Feb 23 21:27:02 2016 -0500 |
tree | d7f2ec04919936c4a7bb36181877b84749cce377 | |
parent | 06cdbeffe531a6164a5e75951a083128c0fe593d [diff] |
ibmvfc: byteswap scsi_id, wwpn, and node_name prior to logging When logging async events the scsi_id, wwpn, and node_name values are used directly from the CRQ struct which are of type __be64. This can be confusing to someone looking through the log on a LE system. Instead byteswap these values to host endian prior to logging. Signed-off-by: Tyrel Datwyler <[email protected]> Reviewed-by: Johannes Thumshirn <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>