projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dfeb31
)
[SCSI] scsi_dh_rdac : Adding MODULE VERSION for rdac device handler
author
Moger, Babu
<Babu.Moger@lsi.com>
Fri, 11 Feb 2011 23:12:44 +0000
(16:12 -0700)
committer
James Bottomley
<James.Bottomley@suse.de>
Sat, 12 Feb 2011 20:14:11 +0000
(14:14 -0600)
Adding MODULE_VERSION for scsi_dh_rdac. This will be helpful sometimes
to get the code level without looking at the code.
Signed-off-by: Babu Moger <babu.moger@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/device_handler/scsi_dh_rdac.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/device_handler/scsi_dh_rdac.c
b/drivers/scsi/device_handler/scsi_dh_rdac.c
index bdff28014a2a719ba3436ad0aacef5f934055a90..f468b05cfaac3d7d3a88831e2de68c69f200969a 100644
(file)
--- a/
drivers/scsi/device_handler/scsi_dh_rdac.c
+++ b/
drivers/scsi/device_handler/scsi_dh_rdac.c
@@
-904,4
+904,5
@@
module_exit(rdac_exit);
MODULE_DESCRIPTION("Multipath LSI/Engenio RDAC driver");
MODULE_AUTHOR("Mike Christie, Chandra Seetharaman");
+MODULE_VERSION("01.00.0000.0000");
MODULE_LICENSE("GPL");