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:
15b6f50
)
Branch b1_8_gate
author
yangsheng
<yangsheng>
Thu, 28 Aug 2008 05:39:09 +0000
(
05:39
+0000)
committer
yangsheng
<yangsheng>
Thu, 28 Aug 2008 05:39:09 +0000
(
05:39
+0000)
b=16758
i=shadow, adilger, johann
Fixed the endian problem for PPC64 patchless client.
lustre/obdclass/llog_swab.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/llog_swab.c
b/lustre/obdclass/llog_swab.c
index
2c85b11
..
bce46e3
100644
(file)
--- a/
lustre/obdclass/llog_swab.c
+++ b/
lustre/obdclass/llog_swab.c
@@
-177,7
+177,7
@@
void lustre_swab_llog_rec(struct llog_rec_hdr *rec, struct llog_rec_tail *tail)
__swab32s(&lid->lid_id.lgl_ogen);
break;
}
-
+ case LLOG_JOIN_REC:
case LLOG_PAD_MAGIC:
/* ignore old pad records of type 0 */
case 0: