Skip to content

Commit c78b471

Browse files
Keith Buschaxboe
authored andcommitted
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 <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent be7837e commit c78b471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/block/nvme-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2888,6 +2888,6 @@ static void __exit nvme_exit(void)
28882888

28892889
MODULE_AUTHOR("Matthew Wilcox <[email protected]>");
28902890
MODULE_LICENSE("GPL");
2891-
MODULE_VERSION("0.9");
2891+
MODULE_VERSION("1.0");
28922892
module_init(nvme_init);
28932893
module_exit(nvme_exit);

0 commit comments

Comments
 (0)