From 51c16ed4ead6f7d55bc023b75d1e82939df789b5 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Thu, 28 Aug 2008 05:39:09 +0000 Subject: [PATCH] Branch b1_8_gate b=16758 i=shadow, adilger, johann Fixed the endian problem for PPC64 patchless client. --- lustre/obdclass/llog_swab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 1.8.3.1