X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Futils%2Fwiretest.c;h=d220aa1e0ed4a4d17c4b11a645e26479548cf96e;hb=14ee65e77bdcf390568f81fad7505048f69bebe9;hp=8e616016ca22b3379884ef8e48cb30cc25b2ed7c;hpb=93aa684046699a1d8802524003115ebaf07758ca;p=fs%2Flustre-release.git diff --git a/lustre/utils/wiretest.c b/lustre/utils/wiretest.c index 8e61601..d220aa1 100644 --- a/lustre/utils/wiretest.c +++ b/lustre/utils/wiretest.c @@ -1364,6 +1364,8 @@ void lustre_assert_wire_constants(void) OBD_CONNECT2_LSOM); LASSERTF(OBD_CONNECT2_PCC == 0x1000ULL, "found 0x%.16llxULL\n", OBD_CONNECT2_PCC); + LASSERTF(OBD_CONNECT2_PLAIN_LAYOUT == 0x2000ULL, "found 0x%.16llxULL\n", + OBD_CONNECT2_PLAIN_LAYOUT); LASSERTF(OBD_CKSUM_CRC32 == 0x00000001UL, "found 0x%.8xUL\n", (unsigned)OBD_CKSUM_CRC32); LASSERTF(OBD_CKSUM_ADLER == 0x00000002UL, "found 0x%.8xUL\n",