nvmf: small tidy in nvmf_ctrlr_association_remove()
Use explicit SPDK_POLLER_BUSY define. Signed-off-by: John Levon <john.levon@nutanix.com> Change-Id: Ie6f15d05f6f32bce8bba52689e192339f9289823 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8561 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
This commit is contained in:
parent
f243c7cd48
commit
4ec7d1eff9
@ -912,7 +912,7 @@ nvmf_ctrlr_association_remove(void *ctx)
|
||||
}
|
||||
|
||||
nvmf_ctrlr_stop_association_timer(ctrlr);
|
||||
return 1;
|
||||
return SPDK_POLLER_BUSY;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user