]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: lustre: Update module author to OpenSFS
authorJames Simmons <jsimmons@infradead.org>
Wed, 4 Nov 2015 18:40:02 +0000 (13:40 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
The modinfo data has gone stale for the author information.
This patch changes all the MODULE_AUTHOR to OpenSFS.

Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-6204
Reviewed-on: http://review.whamcloud.com/16132
Reviewed-by: Frank Zago <fzago@cray.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 files changed:
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c
drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c
drivers/staging/lustre/lnet/lnet/module.c
drivers/staging/lustre/lustre/fid/fid_request.c
drivers/staging/lustre/lustre/fld/fld_request.c
drivers/staging/lustre/lustre/libcfs/module.c
drivers/staging/lustre/lustre/llite/lloop.c
drivers/staging/lustre/lustre/llite/super25.c
drivers/staging/lustre/lustre/lmv/lmv_obd.c
drivers/staging/lustre/lustre/lov/lov_obd.c
drivers/staging/lustre/lustre/mdc/mdc_request.c
drivers/staging/lustre/lustre/mgc/mgc_request.c
drivers/staging/lustre/lustre/obdclass/class_obd.c
drivers/staging/lustre/lustre/obdecho/echo_client.c
drivers/staging/lustre/lustre/osc/osc_request.c
drivers/staging/lustre/lustre/ptlrpc/ptlrpc_module.c

index 7c730e3f7453ec034c5f2bc1ad824eb18715b1e7..de0f85f8a2f972ccedb6245b62531651f2eda877 100644 (file)
@@ -2865,7 +2865,7 @@ static int __init kiblnd_module_init(void)
        return 0;
 }
 
-MODULE_AUTHOR("Sun Microsystems, Inc. <http://www.lustre.org/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Kernel OpenIB gen2 LND v2.00");
 MODULE_LICENSE("GPL");
 
index 46a24b4ead097744f41547034edb0aedb682d0c6..ebde0369edc814603f9ca0f912c29a4094345919 100644 (file)
@@ -2869,7 +2869,7 @@ ksocknal_module_init(void)
        return 0;
 }
 
-MODULE_AUTHOR("Sun Microsystems, Inc. <http://www.lustre.org/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Kernel TCP Socket LND v3.0.0");
 MODULE_LICENSE("GPL");
 MODULE_VERSION("3.0.0");
index 576201a8390cdf56940de85f36e4d023f47033cf..ac2fdf05a5fd9007c290cee732b739950ceb5296 100644 (file)
@@ -146,7 +146,7 @@ fini_lnet(void)
        lnet_fini();
 }
 
-MODULE_AUTHOR("Peter J. Braam <braam@clusterfs.com>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("LNet v3.1");
 MODULE_LICENSE("GPL");
 MODULE_VERSION("1.0.0");
index e8176288452c69aaba8ad07e213ca14fc32545ac..fe7c39afd1d9ed1a7af9773196571e12e46b3291 100644 (file)
@@ -462,7 +462,7 @@ static void __exit fid_mod_exit(void)
                ldebugfs_remove(&seq_debugfs_dir);
 }
 
-MODULE_AUTHOR("Sun Microsystems, Inc. <http://www.lustre.org/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre FID Module");
 MODULE_LICENSE("GPL");
 MODULE_VERSION("0.1.0");
index 3fd91bc77da5de0fa1060b31aa0889ab8956aa15..469df685f392de83afb2b86d51bb3c2f980a26ab 100644 (file)
@@ -501,7 +501,7 @@ static void __exit fld_mod_exit(void)
                ldebugfs_remove(&fld_debugfs_dir);
 }
 
-MODULE_AUTHOR("Sun Microsystems, Inc. <http://www.lustre.org/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre FLD");
 MODULE_LICENSE("GPL");
 
index 07a68594c2791df5c75cbe138564b78008e8aefb..d781b417fd3893f95024c368404db352ff171ead 100644 (file)
@@ -62,7 +62,7 @@
 #include "../../include/linux/lnet/lnet.h"
 #include "tracefile.h"
 
-MODULE_AUTHOR("Peter J. Braam <braam@clusterfs.com>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Portals v3.1");
 MODULE_LICENSE("GPL");
 
index fed50d538a414ca4534d36eaea57e9649db8d4d5..420d39123877b61c92c24d40dbe4ac37e5e0fc82 100644 (file)
@@ -877,6 +877,6 @@ module_exit(lloop_exit);
 
 module_param(max_loop, int, 0444);
 MODULE_PARM_DESC(max_loop, "maximum of lloop_device");
-MODULE_AUTHOR("Sun Microsystems, Inc. <http://www.lustre.org/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre virtual block device");
 MODULE_LICENSE("GPL");
index 0131368606644fc0b6ef2259878fefb5c00e50ea..7a9fafc676935dc8de97f4da5ad9699cc4cfe4ca 100644 (file)
@@ -205,7 +205,7 @@ static void __exit exit_lustre_lite(void)
        kmem_cache_destroy(ll_file_data_slab);
 }
 
-MODULE_AUTHOR("Sun Microsystems, Inc. <http://www.lustre.org/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Lite Client File System");
 MODULE_LICENSE("GPL");
 
index 55f801ba982668d7627a3bfe0a0dad4992bf74ea..a4de9a3fd847c19960f7c7751afd193b5ae40df5 100644 (file)
@@ -2812,7 +2812,7 @@ static void lmv_exit(void)
        class_unregister_type(LUSTRE_LMV_NAME);
 }
 
-MODULE_AUTHOR("Sun Microsystems, Inc. <http://www.lustre.org/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Logical Metadata Volume OBD driver");
 MODULE_LICENSE("GPL");
 
index 6bd4ac051274fed31ba89c97bc6cccd2eb281a06..b52609aead4cfbe5b934615a3f1d4261c78a12d1 100644 (file)
@@ -2352,7 +2352,7 @@ static void /*__exit*/ lov_exit(void)
        lu_kmem_fini(lov_caches);
 }
 
-MODULE_AUTHOR("Sun Microsystems, Inc. <http://www.lustre.org/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Logical Object Volume OBD driver");
 MODULE_LICENSE("GPL");
 MODULE_VERSION(LUSTRE_VERSION_STRING);
index 3dd0d01856f106eda6e0c88b4d6829a916464ba6..294c05084b976bc666d9cac96abf6c22db4fbe98 100644 (file)
@@ -2532,7 +2532,7 @@ static void /*__exit*/ mdc_exit(void)
        class_unregister_type(LUSTRE_MDC_NAME);
 }
 
-MODULE_AUTHOR("Sun Microsystems, Inc. <http://www.lustre.org/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Metadata Client");
 MODULE_LICENSE("GPL");
 
index b73f8f21b6c52f45559b6c3f1961d66875fc1745..2c48847276260a5aba748012fc677a813f16f8aa 100644 (file)
@@ -1725,7 +1725,7 @@ static void /*__exit*/ mgc_exit(void)
        class_unregister_type(LUSTRE_MGC_NAME);
 }
 
-MODULE_AUTHOR("Sun Microsystems, Inc. <http://www.lustre.org/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Management Client");
 MODULE_LICENSE("GPL");
 
index 3e9c246846907b4291d9bdf76be4687f43849fa9..beb59f009cbe85e76f3db8c00a7a81e4f313d33f 100644 (file)
@@ -576,7 +576,7 @@ static void cleanup_obdclass(void)
        obd_zombie_impexp_stop();
 }
 
-MODULE_AUTHOR("Sun Microsystems, Inc. <http://www.lustre.org/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Class Driver Build Version: " BUILD_VERSION);
 MODULE_LICENSE("GPL");
 MODULE_VERSION(LUSTRE_VERSION_STRING);
index f49564f6bb894197d665d2785552bd24de2e0ea8..14ac56bb0d77cc404fcfe15dcf73bb26664fa1ad 100644 (file)
@@ -2170,7 +2170,7 @@ static void /*__exit*/ obdecho_exit(void)
 
 }
 
-MODULE_AUTHOR("Sun Microsystems, Inc. <http://www.lustre.org/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Testing Echo OBD driver");
 MODULE_LICENSE("GPL");
 MODULE_VERSION(LUSTRE_VERSION_STRING);
index cfb3ce2111f8be3ee123d758eee18248249a2567..d6c1447f6bd95e12957aa4616242d03921806ed1 100644 (file)
@@ -3358,7 +3358,7 @@ static void /*__exit*/ osc_exit(void)
        ptlrpc_free_rq_pool(osc_rq_pool);
 }
 
-MODULE_AUTHOR("Sun Microsystems, Inc. <http://www.lustre.org/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Object Storage Client (OSC)");
 MODULE_LICENSE("GPL");
 MODULE_VERSION(LUSTRE_VERSION_STRING);
index 9deeb244166fad7153ce851753e32935bf43fa06..c4f1d0f5deb21759060cf9621b0dfcc989592249 100644 (file)
@@ -160,7 +160,7 @@ static void __exit ptlrpc_exit(void)
        ptlrpc_connection_fini();
 }
 
-MODULE_AUTHOR("Sun Microsystems, Inc. <http://www.lustre.org/>");
+MODULE_AUTHOR("OpenSFS, Inc. <http://www.lustre.org/>");
 MODULE_DESCRIPTION("Lustre Request Processor and Lock Management");
 MODULE_LICENSE("GPL");
 MODULE_VERSION("1.0.0");