Whamcloud - gitweb
LU-6204 misc: Add missing MODULE_VERSION for lustre 29/16729/4
authorJames Simmons <uja.ornl@yahoo.com>
Wed, 7 Oct 2015 14:46:27 +0000 (10:46 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 14 Oct 2015 04:59:49 +0000 (04:59 +0000)
Many of the lustre modules are missing a MODULE_VERSION.
Update the remaining MODULE_AUTHORS from Intel to OpenSFS.

Change-Id: Iae24d820c68c570c6e1399bbc7396060d21bdf41
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: http://review.whamcloud.com/16729
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Frank Zago <fzago@cray.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
14 files changed:
lustre/lfsck/lfsck_lib.c
lustre/llite/lloop.c
lustre/llite/super25.c
lustre/lmv/lmv_obd.c
lustre/lod/lod_dev.c
lustre/mdc/mdc_request.c
lustre/mgc/mgc_request.c
lustre/mgs/mgs_handler.c
lustre/obdclass/llog_test.c
lustre/ofd/ofd_dev.c
lustre/osp/osp_dev.c
lustre/ost/ost_handler.c
lustre/ptlrpc/gss/sec_gss.c
lustre/quota/lquota_lib.c

index ef5fc61..1422ced 100644 (file)
@@ -3591,7 +3591,7 @@ static void __exit lfsck_exit(void)
        lu_context_key_degister(&lfsck_thread_key);
 }
 
        lu_context_key_degister(&lfsck_thread_key);
 }
 
-MODULE_AUTHOR("Intel Corporation <http://www.intel.com/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("LFSCK");
 MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("LFSCK");
 MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
index 9b0cf65..48ff50b 100644 (file)
@@ -916,4 +916,5 @@ module_exit(lloop_exit);
 CFS_MODULE_PARM(max_loop, "i", int, 0444, "maximum of lloop_device");
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre virtual block device");
 CFS_MODULE_PARM(max_loop, "i", int, 0444, "maximum of lloop_device");
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre virtual block device");
+MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");
index 4183853..4f1c2df 100644 (file)
@@ -230,6 +230,7 @@ static void __exit exit_lustre_lite(void)
 
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Lite Client File System");
 
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Lite Client File System");
+MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
 
 module_init(init_lustre_lite);
 MODULE_LICENSE("GPL");
 
 module_init(init_lustre_lite);
index d276e34..f85fbb8 100644 (file)
@@ -3410,6 +3410,7 @@ static void lmv_exit(void)
 
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Logical Metadata Volume OBD driver");
 
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Logical Metadata Volume OBD driver");
+MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
 
 module_init(lmv_init);
 MODULE_LICENSE("GPL");
 
 module_init(lmv_init);
index 7886704..70dd8fb 100644 (file)
@@ -1887,8 +1887,9 @@ static void __exit lod_mod_exit(void)
        lu_kmem_fini(lod_caches);
 }
 
        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_DESCRIPTION("Lustre Logical Object Device ("LUSTRE_LOD_NAME")");
+MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
 
 module_init(lod_mod_init);
 MODULE_LICENSE("GPL");
 
 module_init(lod_mod_init);
index 0d7d267..5ac5f9a 100644 (file)
@@ -2796,6 +2796,7 @@ static void /*__exit*/ mdc_exit(void)
 
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Metadata Client");
 
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Metadata Client");
+MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
 
 module_init(mdc_init);
 MODULE_LICENSE("GPL");
 
 module_init(mdc_init);
index ab67b62..b522748 100644 (file)
@@ -2141,6 +2141,7 @@ static void /*__exit*/ mgc_exit(void)
 
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Management Client");
 
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Management Client");
+MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
 
 module_init(mgc_init);
 MODULE_LICENSE("GPL");
 
 module_init(mgc_init);
index cd4c7e5..8a33c7e 100644 (file)
@@ -1552,6 +1552,7 @@ static void /*__exit*/ mgs_exit(void)
 
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre  Management Server (MGS)");
 
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre  Management Server (MGS)");
+MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
 
 module_init(mgs_init);
 MODULE_LICENSE("GPL");
 
 module_init(mgs_init);
index 293e1d3..4d85962 100644 (file)
@@ -1561,6 +1561,7 @@ static void __exit llog_test_exit(void)
 
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("llog test module");
 
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("llog test module");
+MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
 
 module_init(llog_test_init);
 MODULE_LICENSE("GPL");
 
 module_init(llog_test_init);
index a55a234..f45388a 100644 (file)
@@ -3055,8 +3055,9 @@ static void __exit ofd_exit(void)
        class_unregister_type(LUSTRE_OST_NAME);
 }
 
        class_unregister_type(LUSTRE_OST_NAME);
 }
 
-MODULE_AUTHOR("Intel Corporation. <https://www.hpdd.intel.com/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Object Filtering Device");
 MODULE_DESCRIPTION("Lustre Object Filtering Device");
+MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
 
 module_init(ofd_init);
 MODULE_LICENSE("GPL");
 
 module_init(ofd_init);
index 528e589..af5adf6 100644 (file)
@@ -1923,7 +1923,7 @@ static void __exit osp_mod_exit(void)
        lu_kmem_fini(osp_caches);
 }
 
        lu_kmem_fini(osp_caches);
 }
 
-MODULE_AUTHOR("Intel, Inc. <http://www.intel.com/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre OST Proxy Device ("LUSTRE_OSP_NAME")");
 MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("Lustre OST Proxy Device ("LUSTRE_OSP_NAME")");
 MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
index ebce42b..fcb0b8d 100644 (file)
@@ -435,6 +435,7 @@ static void /*__exit*/ ost_exit(void)
 
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Object Storage Target (OST) v0.01");
 
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Object Storage Target (OST) v0.01");
+MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
 
 module_init(ost_init);
 MODULE_LICENSE("GPL");
 
 module_init(ost_init);
index 7f4b861..c493dbb 100644 (file)
@@ -2941,6 +2941,7 @@ static void __exit sptlrpc_gss_exit(void)
 
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("GSS security policy for Lustre");
 
 MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("GSS security policy for Lustre");
+MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
 
 module_init(sptlrpc_gss_init);
 MODULE_LICENSE("GPL");
 
 module_init(sptlrpc_gss_init);
index 66c328a..52caaf0 100644 (file)
@@ -328,7 +328,7 @@ static void exit_lquota(void)
        lu_context_key_degister(&lquota_thread_key);
 }
 
        lu_context_key_degister(&lquota_thread_key);
 }
 
-MODULE_AUTHOR("Intel Corporation <http://www.intel.com/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Quota");
 MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("Lustre Quota");
 MODULE_VERSION(LUSTRE_VERSION_STRING);
 MODULE_LICENSE("GPL");