723d9443f9
Separate reference count of nvme_bdev_ctrlr between nvme_bdev_ctrlr and nvme_bdev_ns. Set ctrlr->ref to 1 when creating ctrlr, increment ctrlr->ref when populating ns, decrement ctrlr->ref when destructing ctrlr or when ns->ref becomes 0, and destruct ctrlr actually when ctrlr->ref is 0. Set ns->ref to 1 when populating ns, increment ns->ref when adding bdev to ns, decrement ns->ref when depopulating ns or removing bdev from ns, and decrement ns->ctrlr->ref when ns->ref becomes 0. Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I7810384d97a174d8f55d316e5cdf2a9ef4a11432 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5608 Community-CI: Broadcom CI Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ziye Yang <ziye.yang@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> |
||
---|---|---|
.. | ||
include | ||
lib | ||
Makefile | ||
unittest.sh |