X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2Fwiretest.c;h=5e6a6cc7dd74b62b336eebae2ecf2c1bb82cf965;hb=b0cd8cd9ffb2f067319d2069fe4652e987b59265;hp=3d3e732fdd3d8759ea1971a2e0ac0292ce92d949;hpb=eef822668e9c4794fc5f06747e03985518fa1d19;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/wiretest.c b/lustre/ptlrpc/wiretest.c index 3d3e732f..5e6a6cc 100644 --- a/lustre/ptlrpc/wiretest.c +++ b/lustre/ptlrpc/wiretest.c @@ -467,9 +467,10 @@ void lustre_assert_wire_constants(void) CLASSERT(OBD_CONNECT_QUOTA64 == 0x00080000ULL); CLASSERT(OBD_CONNECT_MDS_CAPA == 0x00100000ULL); CLASSERT(OBD_CONNECT_OSS_CAPA == 0x00200000ULL); - CLASSERT(OBD_CONNECT_MDS_MDS == 0x00400000ULL); + CLASSERT(OBD_CONNECT_CANCELSET == 0x00400000ULL); CLASSERT(OBD_CONNECT_SOM == 0x00800000ULL); - CLASSERT(OBD_CONNECT_CANCELSET == 0x01000000ULL); + CLASSERT(OBD_CONNECT_AT == 0x01000000ULL); + CLASSERT(OBD_CONNECT_MDS_MDS == 0x02000000ULL); /* Checks for struct obdo */ LASSERTF((int)sizeof(struct obdo) == 208, " found %lld\n",