diff options
| author | Colin Ian King <[email protected]> | 2019-09-06 17:39:45 +0100 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2019-09-30 22:45:36 -0400 |
| commit | b23c640c33b8ab10060b8d243d1aa817e5eb00dc (patch) | |
| tree | e4f2b8a0d8f98d8d14e50b7d0a6f85617817d269 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | c88dcd8aca65bf8de54093e245128157bb953d85 (diff) | |
scsi: fnic: make array dev_cmd_err static const, makes object smaller
Don't populate the array dev_cmd_err on the stack but instead make it
static const. Makes the object code smaller by 80 bytes.
Before:
text data bss dec hex filename
21461 1564 0 23025 59f1 drivers/scsi/fnic/vnic_dev.o
After:
text data bss dec hex filename
21318 1628 0 22946 59a2 drivers/scsi/fnic/vnic_dev.o
(gcc version 9.2.1, amd64)
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions