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)
commit8ef2074d28373014d05e92b5f13364ef51075b6e
tree91ac7fced12f266dbf6e42aa73c0dffa1aeb039f
parent202021c1a63c6ed69b3260e0fe10530c51f1e53e
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