From: yangsheng Date: Thu, 28 Aug 2008 05:39:09 +0000 (+0000) Subject: Branch b1_8_gate X-Git-Tag: v1_7_100~1^330~2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=51c16ed4ead6f7d55bc023b75d1e82939df789b5;p=fs%2Flustre-release.git Branch b1_8_gate b=16758 i=shadow, adilger, johann Fixed the endian problem for PPC64 patchless client. --- diff --git a/lustre/obdclass/llog_swab.c b/lustre/obdclass/llog_swab.c index 2c85b11..bce46e3 100644 --- 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: