Adding MODULE_VERSION for scsi_dh_rdac. This will be helpful to differentiate between the previous(non async) versions and the current versions. Version format aa.bb.ccdd.eeff aa - major version(01 for now) bb - minor version(for minor bugfixes) ccdd - can be used to differentiate between distros eeff - reserved for future Signed-off-by: Babu Moger <babu.moger@xxxxxxx> --- --- linux-2.6.35-rc5/drivers/scsi/device_handler/scsi_dh_rdac.c.orig 2010-07-23 06:06:24.000000000 -0500 +++ linux-2.6.35-rc5/drivers/scsi/device_handler/scsi_dh_rdac.c 2010-07-23 06:07:07.000000000 -0500 @@ -904,3 +904,4 @@ module_exit(rdac_exit); MODULE_DESCRIPTION("Multipath LSI/Engenio RDAC driver"); MODULE_AUTHOR("Mike Christie, Chandra Seetharaman"); MODULE_LICENSE("GPL"); +MODULE_VERSION("01.00.0000.0000"); -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html