numam-spdk/lib/ftl
Jim Harris ab19b5de9b ftl: fix set-but-not-used error
ftl_dev_dump_bands accumulates a total in a local
variable, but the final value never gets used.
So just remove the variable completely.

Found with clang-13.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I7a92f6bfa4ae56fc4d8189c887bf0f6d4a05d759
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10055
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
2021-11-03 18:30:55 +00:00
..
ftl_addr.h lib/ftl: Represent ftl_addr just with the offset value 2020-01-17 08:59:08 +00:00
ftl_band.c lib/ftl: use per-io_channel write buffers 2020-03-02 10:27:06 +00:00
ftl_band.h lib/ftl: Do not check busy flag when appending 2020-06-04 07:20:34 +00:00
ftl_core.c lib/ftl: Drain retry queue before shutdown 2021-05-14 10:05:34 +00:00
ftl_core.h log: remove internal log.h header 2020-10-15 08:23:39 +00:00
ftl_debug.c ftl: fix set-but-not-used error 2021-11-03 18:30:55 +00:00
ftl_debug.h lib: replace fprintf(stderr,) by SPDK_ERRLOG 2020-05-07 10:42:40 +00:00
ftl_init.c log: remove internal log.h header 2020-10-15 08:23:39 +00:00
ftl_io.c lib/ftl: use per-io_channel write buffers 2020-03-02 10:27:06 +00:00
ftl_io.h lib/ftl: Check if IO channel is fully initialized 2020-03-10 09:12:38 +00:00
ftl_reloc.c log: remove internal log.h header 2020-10-15 08:23:39 +00:00
ftl_reloc.h lib/ftl: Return SPDK_POLLER_BUSY flag only when writes were submitted 2020-08-11 09:49:51 +00:00
ftl_restore.c log: simplify SPDK_LOG_REGISTER_COMPONENT 2020-10-14 08:00:35 +00:00
ftl_trace.c trace: move all trace definitions to a separate file 2021-10-20 07:22:00 +00:00
ftl_trace.h lib/ftl: Keep tracing functions under define flag 2020-06-05 09:03:31 +00:00
Makefile so_ver: increase all major versions 2021-02-05 14:43:47 +00:00
spdk_ftl.map lib/ftl: Add a map file. 2020-04-22 09:21:55 +00:00