Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0455471 authored by James Simmons's avatar James Simmons Committed by Greg Kroah-Hartman
Browse files

staging: lustre: Update module author to OpenSFS



The modinfo data has gone stale for the author information.
This patch changes all the MODULE_AUTHOR to OpenSFS.

Signed-off-by: default avatarJames 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: default avatarFrank Zago <fzago@cray.com>
Reviewed-by: default avatarAndreas Dilger <andreas.dilger@intel.com>
Reviewed-by: default avatarJohn L. Hammond <john.hammond@intel.com>
Reviewed-by: default avatarOleg Drokin <oleg.drokin@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b00917be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");

+1 −1
Original line number Diff line number Diff line
@@ -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");
+1 −1
Original line number Diff line number Diff line
@@ -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");
+1 −1
Original line number Diff line number Diff line
@@ -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");
+1 −1
Original line number Diff line number Diff line
@@ -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");

Loading