X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Fwiretest.c;h=f5a7142d705388a15490fc6b2bf542c91b0f3ef2;hp=98fb762b4c51b1fdd6d72c0c1579d7323a0a0db3;hb=8f1c8dbe2389e1ef1e1d3387e343fb9a1bb84198;hpb=f4b93dff9a8f4a59976ea864c4e3c2c42faa5770 diff --git a/lustre/utils/wiretest.c b/lustre/utils/wiretest.c index 98fb762..f5a7142 100644 --- a/lustre/utils/wiretest.c +++ b/lustre/utils/wiretest.c @@ -710,12 +710,8 @@ void lustre_assert_wire_constants(void) (long long)(int)offsetof(struct lustre_msg_v2, lm_buflens[0])); LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_buflens[0]) == 4, "found %lld\n", (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_buflens[0])); - LASSERTF(LUSTRE_MSG_MAGIC_V1 == 0x0BD00BD0, "found 0x%.8x\n", - LUSTRE_MSG_MAGIC_V1); LASSERTF(LUSTRE_MSG_MAGIC_V2 == 0x0BD00BD3, "found 0x%.8x\n", LUSTRE_MSG_MAGIC_V2); - LASSERTF(LUSTRE_MSG_MAGIC_V1_SWABBED == 0xD00BD00B, "found 0x%.8x\n", - LUSTRE_MSG_MAGIC_V1_SWABBED); LASSERTF(LUSTRE_MSG_MAGIC_V2_SWABBED == 0xD30BD00B, "found 0x%.8x\n", LUSTRE_MSG_MAGIC_V2_SWABBED);