]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/nvme/host/pci.c
NVMe: Update module version major number
authorKeith Busch <keith.busch@intel.com>
Fri, 21 Nov 2014 22:16:32 +0000 (15:16 -0700)
committerJens Axboe <axboe@fb.com>
Sat, 22 Nov 2014 01:22:35 +0000 (18:22 -0700)
commitc78b47136f7adebcf953f541c7d9c4c745a54e3f
treebd084e87e57fb46ed2c72b2d5e8aebdf48d5d1c3
parentbe7837e89d610046ae8dd28dc504df09261d9f91
NVMe: Update module version major number

It's already near impossible to tell what bits someone is running based on
a 'modinfo nvme', and I don't want to try guessing if someone is running
blk-mq or bio-based. Let's make it obvious with the module version that
the blk-mq conversion is a major change. Future bio-based versions can
increment to 0.10 in a fork if revisions occur.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/nvme-core.c