Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> Signed-off-by: Daniel Wagner <wagi@xxxxxxxxxx> --- common/nvme | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/nvme b/common/nvme index 3761329d39e3763136f60a4751ad15de347f6e9b..04b49c2c1f9edc6de516398b537502fc30a92969 100644 --- a/common/nvme +++ b/common/nvme @@ -26,6 +26,8 @@ nvmet_blkdev_type=${nvmet_blkdev_type:-"device"} NVMET_BLKDEV_TYPES=${NVMET_BLKDEV_TYPES:-"device file"} nvme_target_control="${NVME_TARGET_CONTROL:-}" NVMET_CFS="/sys/kernel/config/nvmet/" +# shellcheck disable=SC2034 +NVMET_DFS="/sys/kernel/debug/nvmet/" nvme_trtype=${nvme_trtype:-} nvme_adrfam=${nvme_adrfam:-} -- 2.49.0