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:
670a3df
)
Some architectures (like ppc) need linux/init.h to define things like
author
rread
<rread>
Sat, 17 Aug 2002 22:02:33 +0000
(22:02 +0000)
committer
rread
<rread>
Sat, 17 Aug 2002 22:02:33 +0000
(22:02 +0000)
__init__
lustre/ldlm/ldlm_lockd.c
patch
|
blob
|
history
diff --git
a/lustre/ldlm/ldlm_lockd.c
b/lustre/ldlm/ldlm_lockd.c
index
4828c9e
..
08d260e
100644
(file)
--- a/
lustre/ldlm/ldlm_lockd.c
+++ b/
lustre/ldlm/ldlm_lockd.c
@@
-27,6
+27,7
@@
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/lustre_dlm.h>
+#include <linux/init.h>
extern kmem_cache_t *ldlm_resource_slab;
extern kmem_cache_t *ldlm_lock_slab;