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:
3ad878b
)
Branch b_release_1_6_7
author
yangsheng
<yangsheng>
Tue, 19 May 2009 11:47:50 +0000
(11:47 +0000)
committer
yangsheng
<yangsheng>
Tue, 19 May 2009 11:47:50 +0000
(11:47 +0000)
b=19554
i=johann, zhen.liang
Fixed o2ib module unknow symbol.
lnet/klnds/o2iblnd/o2iblnd.h
patch
|
blob
|
history
diff --git
a/lnet/klnds/o2iblnd/o2iblnd.h
b/lnet/klnds/o2iblnd/o2iblnd.h
index
6348323
..
734f39d
100644
(file)
--- a/
lnet/klnds/o2iblnd/o2iblnd.h
+++ b/
lnet/klnds/o2iblnd/o2iblnd.h
@@
-53,6
+53,9
@@
#include <linux/smp_lock.h>
#include <linux/unistd.h>
#include <linux/uio.h>
+#ifdef HAVE_SCATTERLIST_SETPAGE
+# include <linux/scatterlist.h>
+#endif
#include <asm/system.h>
#include <asm/uaccess.h>