Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
077af28
)
Branch b1_6
author
adilger
<adilger>
Tue, 20 Nov 2007 22:59:06 +0000
(22:59 +0000)
committer
adilger
<adilger>
Tue, 20 Nov 2007 22:59:06 +0000
(22:59 +0000)
Add module license to llite_loop.c so load_modules does not taint kernel.
b=5498
i=jinshan.xiong
i=nathan.rutman
lustre/llite/lloop.c
patch
|
blob
|
history
diff --git
a/lustre/llite/lloop.c
b/lustre/llite/lloop.c
index
e4fa664
..
7d9e857
100644
(file)
--- a/
lustre/llite/lloop.c
+++ b/
lustre/llite/lloop.c
@@
-757,3
+757,6
@@
module_init(lloop_init);
module_exit(lloop_exit);
CFS_MODULE_PARM(max_loop, "i", int, 0444, "maximum of lloop_device");
+MODULE_AUTHOR("Cluster File Systems, Inc. <info@clusterfs.com>");
+MODULE_DESCRIPTION("Lustre virtual block device");
+MODULE_LICENSE("GPL");