From 4ec7d1eff9acdd3db56ca3b7cfeab5c66298ff7c Mon Sep 17 00:00:00 2001 From: John Levon Date: Tue, 29 Jun 2021 16:39:17 +0000 Subject: [PATCH] nvmf: small tidy in nvmf_ctrlr_association_remove() Use explicit SPDK_POLLER_BUSY define. Signed-off-by: John Levon Change-Id: Ie6f15d05f6f32bce8bba52689e192339f9289823 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8561 Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins Reviewed-by: Tomasz Zawadzki Reviewed-by: Paul Luse Reviewed-by: Changpeng Liu Reviewed-by: Konrad Sztyber --- lib/nvmf/ctrlr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nvmf/ctrlr.c b/lib/nvmf/ctrlr.c index 75d851ec5..7d6b8d815 100644 --- a/lib/nvmf/ctrlr.c +++ b/lib/nvmf/ctrlr.c @@ -912,7 +912,7 @@ nvmf_ctrlr_association_remove(void *ctx) } nvmf_ctrlr_stop_association_timer(ctrlr); - return 1; + return SPDK_POLLER_BUSY; } static void