nvme/perf: mark task_complete as inline
Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I9d1f376f3f0629413c74cbf35fd49c668174e8fe Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/456269 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
parent
da366fd09f
commit
66514a0042
@ -229,7 +229,7 @@ static TAILQ_HEAD(, trid_entry) g_trid_list = TAILQ_HEAD_INITIALIZER(g_trid_list
|
||||
|
||||
static int g_aio_optind; /* Index of first AIO filename in argv */
|
||||
|
||||
static void
|
||||
static inline void
|
||||
task_complete(struct perf_task *task);
|
||||
|
||||
#if HAVE_LIBAIO
|
||||
@ -894,7 +894,7 @@ submit_single_io(struct perf_task *task)
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
static inline void
|
||||
task_complete(struct perf_task *task)
|
||||
{
|
||||
struct ns_worker_ctx *ns_ctx;
|
||||
|
Loading…
Reference in New Issue
Block a user