]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: Add tertiary number to NVME_VS
authorGabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
Wed, 19 Oct 2016 15:51:05 +0000 (09:51 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 19 Oct 2016 17:36:22 +0000 (11:36 -0600)
commit964fbf970b3bc8fd1c28a2c9ad38d059315e7a05
tree91ac7fced12f266dbf6e42aa73c0dffa1aeb039f
parentef06ecc940f499fc8a769648f4afb9b09c103b9e
nvme: Add tertiary number to NVME_VS

NVMe 1.2.1 specification adds a tertiary element to the version number.
This updates the macro and its callers to include the final number and
fixup a single place in nvmet where the version was generated manually.

Signed-off-by: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/nvme/host/core.c
drivers/nvme/host/pci.c
drivers/nvme/host/scsi.c
drivers/nvme/target/core.c
include/linux/nvme.h