e6a9c4042d
The reference count of nvme_bdev_ctrlr will be used to update ANA log page safely, and nvme_bdev_ctrlr_destruct() can be used to decrement reference count after completing ANA log page update. However, nvme_bdev_ctrlr_destruct() is not a good name for this case. Furthermore, nvme_bdev_ctrlr_destruct() does not set the destruct flag to true, and the next patch will need nvme_bdev_ctrlr_acquire(). Hence rename nvme_bdev_ctrlr_destruct() by nvme_bdev_ctrlr_release(). Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I285b7ab0963d0f4ea4a7a9fd29bd026d37ba8460 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8334 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> |
||
---|---|---|
.. | ||
aio | ||
compress | ||
crypto | ||
delay | ||
error | ||
ftl | ||
gpt | ||
iscsi | ||
lvol | ||
malloc | ||
null | ||
nvme | ||
ocf | ||
passthru | ||
pmem | ||
raid | ||
rbd | ||
split | ||
uring | ||
virtio | ||
zone_block | ||
Makefile |