As said in the previous patches, nvme_ns->ref is 2 at most, and first is for populating namespace and second is for nvme_bdev. On the other hand, nvme_ns->populated is for populating namespace and nvme_ns->bdev is for nvme_bdev. Preparation was done by the preceding patches. Let's remove nvme_ns->ref and use nvme_ns->populated and nvme_ns->bdev instead. We have unit tests for both normal case and shutdown case now. So regression will be avoided. These changes will be helpful for the following patches to support multipath. Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I279ca21a41d6ee2c07bbbeb62866e28423fcc6d0 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7097 Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> |
||
---|---|---|
.. | ||
accel | ||
bdev | ||
blob | ||
blobfs | ||
env_dpdk | ||
event | ||
sock | ||
Makefile |