diff --git a/module/bdev/nvme/common.h b/module/bdev/nvme/common.h index 58c0a1ac4..98c57e28c 100644 --- a/module/bdev/nvme/common.h +++ b/module/bdev/nvme/common.h @@ -57,6 +57,7 @@ struct nvme_bdev_ns { struct spdk_nvme_ns *ns; struct nvme_bdev_ctrlr *ctrlr; TAILQ_HEAD(, nvme_bdev) bdevs; + void *type_ctx; }; struct nvme_bdev_ctrlr {