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:
b6c31a3
)
Branch HEAD
author
adilger
<adilger>
Fri, 27 Jun 2008 09:37:32 +0000
(09:37 +0000)
committer
adilger
<adilger>
Fri, 27 Jun 2008 09:37:32 +0000
(09:37 +0000)
Specify a MODULE_LICENSE for lloop module to avoid kernel tainting.
From b1_6.
b=5498
i=nathan
i=jay
lustre/llite/lloop.c
patch
|
blob
|
history
diff --git
a/lustre/llite/lloop.c
b/lustre/llite/lloop.c
index
28c5b34
..
13d89c5
100644
(file)
--- a/
lustre/llite/lloop.c
+++ b/
lustre/llite/lloop.c
@@
-766,3
+766,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");