Spdk/lib/ftl/utils
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
..
ftl_addr_utils.h FTL: Add address store/load utils 2022-08-12 09:01:40 +00:00
ftl_bitmap.c ftl: bitmap on external memory 2022-08-30 14:48:50 +00:00
ftl_bitmap.h ftl: bitmap on external memory 2022-08-30 14:48:50 +00:00
ftl_conf.c FTL: Add initial L2P cache logic 2022-09-02 17:40:09 +00:00
ftl_conf.h FTL: Add FTL bdev module 2022-07-25 07:19:29 +00:00
ftl_defs.h FTL: Add band structure and helper functions 2022-08-18 19:09:50 +00:00
ftl_df.h ftl: mempool support for durable format objects 2022-08-30 14:48:50 +00:00
ftl_log.h ftl: device startup and shutdown 2022-07-21 10:53:01 +00:00
ftl_md.c ftl: valid map 2022-08-30 14:48:50 +00:00
ftl_md.h ftl: p2l checkpointing 2022-09-07 00:08:34 +00:00
ftl_mempool.c lib/ftl: Fix -Wunused-function under clang 2022-09-09 13:02:07 +00:00
ftl_mempool.h ftl: mempool support for durable format objects 2022-08-30 14:48:50 +00:00