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:
8f16bbf
)
include liblustre only after libcfs includes for avoid break build.
author
shadow
<shadow>
Fri, 21 Dec 2007 10:49:08 +0000
(10:49 +0000)
committer
shadow
<shadow>
Fri, 21 Dec 2007 10:49:08 +0000
(10:49 +0000)
lnet/selftest/selftest.h
patch
|
blob
|
history
diff --git
a/lnet/selftest/selftest.h
b/lnet/selftest/selftest.h
index
f27106e
..
9e9fb67
100644
(file)
--- a/
lnet/selftest/selftest.h
+++ b/
lnet/selftest/selftest.h
@@
-10,12
+10,11
@@
#define LNET_ONLY
+#include <libcfs/kp30.h>
+#include <libcfs/libcfs.h>
#ifndef __KERNEL__
#include <liblustre.h> /* userland spinlock_t and atomic_t */
#endif
-
-#include <libcfs/kp30.h>
-#include <libcfs/libcfs.h>
#include <lnet/lnet.h>
#include <lnet/lib-lnet.h>
#include <lnet/lib-types.h>