Spdk/lib/ftl
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
..
mngt ftl: superblock 2022-08-02 19:00:42 +00:00
utils lib/ftl: Fix -Wunused-function under clang 2022-08-04 07:30:59 +00:00
ftl_core.c ftl: vss null buffer workaround 2022-08-02 19:00:42 +00:00
ftl_core.h ftl: superblock 2022-08-02 19:00:42 +00:00
ftl_debug.c FTL: Dump statistics on shutdown 2022-07-21 10:53:01 +00:00
ftl_debug.h FTL: Dump statistics on shutdown 2022-07-21 10:53:01 +00:00
ftl_init.c FTL: Add io channel logic 2022-08-02 19:00:42 +00:00
ftl_internal.h FTL: Add ftl_io unit tests 2022-08-02 19:00:42 +00:00
ftl_io.c ftl: Fix compile warning. 2022-08-03 07:42:38 +00:00
ftl_io.h FTL: Add io channel logic 2022-08-02 19:00:42 +00:00
ftl_layout.c ftl: superblock 2022-08-02 19:00:42 +00:00
ftl_layout.h ftl: superblock 2022-08-02 19:00:42 +00:00
ftl_nv_cache_io.h ftl: vss emulation 2022-08-02 19:00:42 +00:00
ftl_sb_common.h ftl: superblock 2022-08-02 19:00:42 +00:00
ftl_sb_current.h ftl: superblock 2022-08-02 19:00:42 +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
Makefile ftl: superblock 2022-08-02 19:00:42 +00:00
spdk_ftl.map ftl: vss null buffer workaround 2022-08-02 19:00:42 +00:00