Whamcloud - gitweb
Branch b1_8_gate
authoryangsheng <yangsheng>
Thu, 28 Aug 2008 05:39:09 +0000 (05:39 +0000)
committeryangsheng <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

index 2c85b11..bce46e3 100644 (file)
@@ -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: