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:
a8aad88
)
Branch b_release_1_8_0
author
johann
<johann>
Thu, 4 Jun 2009 23:02:45 +0000
(23:02 +0000)
committer
johann
<johann>
Thu, 4 Jun 2009 23:02:45 +0000
(23:02 +0000)
b=19554
i=liang
i=johann (patch from Yangsheng)
include scatterlist.h to fix build error on RHEL4.
lnet/klnds/o2iblnd/o2iblnd.h
patch
|
blob
|
history
diff --git
a/lnet/klnds/o2iblnd/o2iblnd.h
b/lnet/klnds/o2iblnd/o2iblnd.h
index
74ae887
..
9f804c2
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>