Spdk/lib/ftl
Michal Berger 59c10a2fa2 lib/ftl: Fix -Wunused-function under clang
utils/ftl_mempool.c:131:1: error: unused function
     'ftl_mempool_is_initialized' [-Werror,-Wunused-function]
  ftl_mempool_is_initialized(struct ftl_mempool *mpool)
  ^
  1 error generated.

Signed-off-by: Michal Berger <michal.berger@intel.com>
Change-Id: I81076fb9c931fe63c79241f80584502a1ce56be9
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14291
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Dong Yi <yidong0635@126.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
2022-09-09 13:02:07 +00:00
..
mngt FTL: Add recovery iterations 2022-09-07 00:08:34 +00:00
utils lib/ftl: Fix -Wunused-function under clang 2022-09-09 13:02:07 +00:00
ftl_band_ops.c ftl: p2l checkpointing 2022-09-07 00:08:34 +00:00
ftl_band.c Ftl: Add band state recovery after dirty shutdown 2022-09-07 00:08:34 +00:00
ftl_band.h Ftl: Add band state recovery after dirty shutdown 2022-09-07 00:08:34 +00:00
ftl_core.c ftl: sequence id tracking 2022-09-07 00:08:34 +00:00
ftl_core.h ftl: p2l checkpointing 2022-09-07 00:08:34 +00:00
ftl_debug.c ftl: sequence id tracking 2022-09-07 00:08:34 +00:00
ftl_debug.h ftl: validate band metadata in debug mode 2022-08-30 14:48:50 +00:00
ftl_init.c ftl: superblock in shared memory 2022-08-22 20:21:15 +00:00
ftl_internal.h ftl: p2l checkpointing 2022-09-07 00:08:34 +00:00
ftl_io.c FTL: Add internal band state changes 2022-08-18 19:09:50 +00:00
ftl_io.h ftl: sequence id tracking 2022-09-07 00:08:34 +00:00
ftl_l2p_cache.c ftl: p2l checkpointing 2022-09-07 00:08:34 +00:00
ftl_l2p_cache.h FTL: Add L2P restore path 2022-09-02 17:40:09 +00:00
ftl_l2p_flat.c FTL: Add L2P restore path 2022-09-02 17:40:09 +00:00
ftl_l2p_flat.h FTL: Add L2P restore path 2022-09-02 17:40:09 +00:00
ftl_l2p.c ftl: sequence id tracking 2022-09-07 00:08:34 +00:00
ftl_l2p.h FTL: Persist metadata on clean shutdown 2022-09-02 17:40:09 +00:00
ftl_layout.c ftl: p2l checkpointing 2022-09-07 00:08:34 +00:00
ftl_layout.h ftl: p2l checkpointing 2022-09-07 00:08:34 +00:00
ftl_nv_cache_io.h FTL: Initial nv cache structure 2022-08-12 09:01:40 +00:00
ftl_nv_cache.c ftl: sequence id tracking 2022-09-07 00:08:34 +00:00
ftl_nv_cache.h ftl: sequence id tracking 2022-09-07 00:08:34 +00:00
ftl_p2l.c ftl: p2l checkpointing 2022-09-07 00:08:34 +00:00
ftl_reloc.c ftl: sequence id tracking 2022-09-07 00:08:34 +00:00
ftl_rq.c ftl: sequence id tracking 2022-09-07 00:08:34 +00:00
ftl_sb_common.h ftl: sequence id tracking 2022-09-07 00:08:34 +00:00
ftl_sb_current.h ftl: p2l checkpointing 2022-09-07 00:08:34 +00:00
ftl_sb.c ftl: superblock 2022-08-02 19:00:42 +00:00
ftl_sb.h ftl: superblock 2022-08-02 19:00:42 +00:00
ftl_utils.h FTL: Add ftl mempools 2022-08-02 19:00:42 +00:00
ftl_writer.c ftl: p2l checkpointing 2022-09-07 00:08:34 +00:00
ftl_writer.h ftl: sequence id tracking 2022-09-07 00:08:34 +00:00
Makefile Ftl: Add band state recovery after dirty shutdown 2022-09-07 00:08:34 +00:00
spdk_ftl.map ftl: fast shutdown 2022-08-30 14:48:50 +00:00