commit | 915270c3cacfc80cb3fe7fdd8130439039a85bbb | [log] [tgz] |
---|---|---|
author | Roland Dreier <roland@purestorage.com> | Tue Jul 21 17:45:33 2015 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Fri Jul 31 00:10:33 2015 -0700 |
tree | 81f58c786fc979898a2192b62b3e7ed93f5526d7 | |
parent | 9c31820b6ab93ec298ad98abeee49759b5f5958c [diff] |
target: Shrink struct se_cmd by rearranging fields On x86-64, these changes reduce the struct size from 528 bytes to 496 bytes. We save a cacheline and get under 512 bytes for better packing. Signed-off-by: Roland Dreier <roland@purestorage.com> Acked-by: Sagi Grimberg <sagig@mellanox.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>