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:
b799de2
)
Branch b1_8_gate
author
yangsheng
<yangsheng>
Wed, 3 Sep 2008 09:18:08 +0000
(09:18 +0000)
committer
yangsheng
<yangsheng>
Wed, 3 Sep 2008 09:18:08 +0000
(09:18 +0000)
b=16580
i=johann, shadow
Fix build issue for sles9/ppc64.
lustre/llite/llite_internal.h
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_internal.h
b/lustre/llite/llite_internal.h
index
69cd335
..
212377f
100644
(file)
--- a/
lustre/llite/llite_internal.h
+++ b/
lustre/llite/llite_internal.h
@@
-51,6
+51,11
@@
#include <lustre_ver.h>
#include <linux/lustre_version.h>
#include <lustre_disk.h> /* for s2sbi */
+
+#ifndef HAVE_LE_TYPES
+typedef __u16 __le16;
+typedef __u32 __le32;
+#endif
/*
struct lustre_intent_data {