Spdk/lib/ftl
Michal Berger 5f6ce57fb2 lib/ftl: Fix "unused function" error under clang
This is targeted to fix the following error seen under clang:

  ftl_nv_cache.c:54:1: error: unused function 'nvc_data_blocks'
     [-Werror,-Wunused-function]
  nvc_data_blocks(struct ftl_nv_cache *nv_cache)
  ^

Signed-off-by: Michal Berger <michal.berger@intel.com>
Change-Id: I11d52e76df5872819770d9468b6fa4ae54d8927c
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14055
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: <sebastian.brzezinka@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Dong Yi <dongx.yi@intel.com>
2022-08-18 10:10:09 +00:00
..
mngt FTL: Initialize nv_cache metadata on startup 2022-08-18 08:34:47 +00:00
utils FTL: Initial nv cache structure 2022-08-12 09:01:40 +00:00
ftl_core.c FTL: Add write path 2022-08-18 08:34:47 +00:00
ftl_core.h FTL: Add helper L2P set/get functions for nv_cache 2022-08-18 08:34:47 +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: Initial nv cache structure 2022-08-12 09:01:40 +00:00
ftl_internal.h FTL: Initial nv cache structure 2022-08-12 09:01:40 +00:00
ftl_io.c FTL: Initial nv cache structure 2022-08-12 09:01:40 +00:00
ftl_io.h FTL: Add L2P API and flat L2P implementation 2022-08-12 09:01:40 +00:00
ftl_l2p_flat.c FTL: Add L2P API and flat L2P implementation 2022-08-12 09:01:40 +00:00
ftl_l2p_flat.h FTL: Add L2P API and flat L2P implementation 2022-08-12 09:01:40 +00:00
ftl_l2p.c FTL: Add helper L2P set/get functions for nv_cache 2022-08-18 08:34:47 +00:00
ftl_l2p.h FTL: Add L2P API and flat L2P implementation 2022-08-12 09:01:40 +00:00
ftl_layout.c FTL: Initial nv cache structure 2022-08-12 09:01:40 +00:00
ftl_layout.h FTL: Initial nv cache structure 2022-08-12 09:01:40 +00:00
ftl_nv_cache_io.h FTL: Initial nv cache structure 2022-08-12 09:01:40 +00:00
ftl_nv_cache.c lib/ftl: Fix "unused function" error under clang 2022-08-18 10:10:09 +00:00
ftl_nv_cache.h FTL: Add write path 2022-08-18 08:34:47 +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: Initial nv cache structure 2022-08-12 09:01:40 +00:00
spdk_ftl.map FTL: Add write path 2022-08-18 08:34:47 +00:00