X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2Fwiretest.c;h=24c1a168e882f912776fb8fb5b820ddc311e36f9;hb=98a2ab6915c16fd8745437bfed71889588880e12;hp=ea5c7b7d855baf0ec9908ed20e59d2e4fc73fca3;hpb=f83a8d69c1dc128af5c40811d222bd92ee73e437;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/wiretest.c b/lustre/ptlrpc/wiretest.c index ea5c7b7..24c1a16 100644 --- a/lustre/ptlrpc/wiretest.c +++ b/lustre/ptlrpc/wiretest.c @@ -137,6 +137,8 @@ void lustre_assert_wire_constants(void) (long long)MGS_TARGET_REG); LASSERTF(MGS_TARGET_DEL == 254, " found %lld\n", (long long)MGS_TARGET_DEL); + LASSERTF(MGS_SET_INFO == 255, " found %lld\n", + (long long)MGS_SET_INFO); LASSERTF(DISP_IT_EXECD == 1, " found %lld\n", (long long)DISP_IT_EXECD); LASSERTF(DISP_LOOKUP_EXECD == 2, " found %lld\n", @@ -209,6 +211,8 @@ void lustre_assert_wire_constants(void) (long long)MGS_TARGET_REG); LASSERTF(MGS_TARGET_DEL == 254, " found %lld\n", (long long)MGS_TARGET_DEL); + LASSERTF(MGS_SET_INFO == 255, " found %lld\n", + (long long)MGS_SET_INFO); /* Sizes and Offsets */ /* Checks for struct obd_uuid */