commit | 03d231a963ae1179d05f552db75b661d1099272f | [log] [tgz] |
---|---|---|
author | Ivan Vecera <cera@cera.cz> | Tue Jul 10 22:59:47 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 12 00:03:31 2018 -0700 |
tree | e3195ec15a759a0cddc4b726911ff90b4208a625 | |
parent | f9520b86dc22b6ac0ad2926cfa334e9fecb68a12 [diff] |
be2net: re-order fields in be_error_recovert to avoid hole - Unionize two u8 fields where only one of them is used depending on NIC chipset. - Move recovery_supported field after that union These changes eliminate 7-bytes hole in the struct and makes it smaller by 8 bytes. Signed-off-by: Ivan Vecera <cera@cera.cz> Signed-off-by: David S. Miller <davem@davemloft.net>