Whamcloud - gitweb
LU-6204 misc: Add missing MODULE_VERSION for lustre
[fs/lustre-release.git] / lustre / lod / lod_dev.c
index 7886704..70dd8fb 100644 (file)
@@ -1887,8 +1887,9 @@ static void __exit lod_mod_exit(void)
        lu_kmem_fini(lod_caches);
 }
 
-MODULE_AUTHOR("Intel Corporation. <https://wiki.hpdd.intel.com/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Logical Object Device ("LUSTRE_LOD_NAME")");
+MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
 
 module_init(lod_mod_init);