svn commit: r288777 - stable/10/sys/cam/ctl
Alexander Motin
mav at FreeBSD.org
Mon Oct 5 10:43:46 UTC 2015
Author: mav
Date: Mon Oct 5 10:43:45 2015
New Revision: 288777
URL: https://svnweb.freebsd.org/changeset/base/288777
Log:
MFC r287991: Pack struct ctl_ha_msg_hdr by 8 bytes.
Modified:
stable/10/sys/cam/ctl/ctl_io.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/cam/ctl/ctl_io.h
==============================================================================
--- stable/10/sys/cam/ctl/ctl_io.h Mon Oct 5 10:42:58 2015 (r288776)
+++ stable/10/sys/cam/ctl/ctl_io.h Mon Oct 5 10:43:45 2015 (r288777)
@@ -385,10 +385,10 @@ struct ctl_pr_info {
struct ctl_ha_msg_hdr {
ctl_msg_type msg_type;
+ uint32_t status; /* transaction status */
union ctl_io *original_sc;
union ctl_io *serializing_sc;
struct ctl_nexus nexus; /* Initiator, port, target, lun */
- uint32_t status; /* transaction status */
};
#define CTL_HA_MAX_SG_ENTRIES 16
More information about the svn-src-stable-10
mailing list