diff options
author | Rikard Falkeborn <[email protected]> | 2020-05-29 00:25:07 +0200 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2020-06-11 09:10:05 -0600 |
commit | 6acbd9619b153f2881c91e84cd36a9a2ce124565 (patch) | |
tree | b0001be13cd43eb34e402daae291573337065234 /scripts/gdb/linux/timerlist.py | |
parent | 108a58585b196e31822c597891f2c83cea7aeb4a (diff) |
nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_ops
nvme_tcp_mq_ops and nvme_tcp_admin_mq_ops are never modified and can be
made const to allow the compiler to put them in read-only memory.
Before:
text data bss dec hex filename
53102 6885 576 60563 ec93 drivers/nvme/host/tcp.o
After:
text data bss dec hex filename
53422 6565 576 60563 ec93 drivers/nvme/host/tcp.o
Signed-off-by: Rikard Falkeborn <[email protected]>
Acked-by: Sagi Grimberg <[email protected]>
Reviewed-by: Max Gurtovoy <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions