Loading
bdev/nvme: use mutex to protect 'resetting' member
This isn't in the performance path, so using the mutex here makes it a bit more consistent with other ctrlr members such as 'destruct'. This prepares for a future patch which will defer ctrlr destruction on removal if a reset is in progress. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: Ica019cd90dc3b46ef6a13dd311054dbdc95855aa Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1252 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com>