Spdk/lib/ftl/utils
Michal Berger be1883d978 lib/ftl: Fix -Wunused-function under clang
Builds under clang fail with the following:

  utils/ftl_mempool.c:45:1: error: unused function 'is_element_valid'
    [-Werror,-Wunused-function]
  is_element_valid(struct ftl_mempool *mpool, void *element)
  ^
  1 error generated.

Signed-off-by: Michal Berger <michal.berger@intel.com>
Change-Id: Ic776f3f226e9ea6ed9d0bbd0a3d8e2a0661e0d11
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13844
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
Reviewed-by: Dong Yi <dongx.yi@intel.com>
Reviewed-by: Kamil Godzwon <kamilx.godzwon@intel.com>
Community-CI: Mellanox Build Bot
2022-08-04 07:30:59 +00:00
..
ftl_conf.c FTL: Add FTL bdev module 2022-07-25 07:19:29 +00:00
ftl_conf.h FTL: Add FTL bdev module 2022-07-25 07:19:29 +00:00
ftl_defs.h ftl: utils 2022-07-11 07:23:58 +00:00
ftl_log.h ftl: device startup and shutdown 2022-07-21 10:53:01 +00:00
ftl_md.c ftl: superblock 2022-08-02 19:00:42 +00:00
ftl_md.h ftl: metadata utils and initialization 2022-07-21 10:53:01 +00:00
ftl_mempool.c lib/ftl: Fix -Wunused-function under clang 2022-08-04 07:30:59 +00:00
ftl_mempool.h FTL: Add ftl mempools 2022-08-02 19:00:42 +00:00