X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Futils%2Fwiretest.c;h=3a3f20e865635c92488022820f838fb805c0351c;hb=4af3ab1945;hp=834aa81aa4f2d8aa54862e94a0b8639e474155c3;hpb=c34e6323a3804477dca7441901e1bf75de4b8c3a;p=fs%2Flustre-release.git diff --git a/lustre/utils/wiretest.c b/lustre/utils/wiretest.c index 834aa81..3a3f20e 100644 --- a/lustre/utils/wiretest.c +++ b/lustre/utils/wiretest.c @@ -58,12 +58,11 @@ int main() return ret; } - void lustre_assert_wire_constants(void) { /* Wire protocol assertions generated by 'wirecheck' * (make -C lustre/utils newwiretest) - * running on Linux testnode 2.6.32-279.5.1.el6_lustre.g53f705f.x86_64 #1 SMP Mon Oct 8 05:12 + * running on Linux mercury 2.6.32-279.5.1.el6_lustre.x86_64 #1 SMP Tue Aug 21 00:00:41 PDT 2 * with gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) */ @@ -187,7 +186,9 @@ void lustre_assert_wire_constants(void) (long long)MDS_HSM_CT_REGISTER); LASSERTF(MDS_HSM_CT_UNREGISTER == 60, "found %lld\n", (long long)MDS_HSM_CT_UNREGISTER); - LASSERTF(MDS_LAST_OPC == 61, "found %lld\n", + LASSERTF(MDS_SWAP_LAYOUTS == 61, "found %lld\n", + (long long)MDS_SWAP_LAYOUTS); + LASSERTF(MDS_LAST_OPC == 62, "found %lld\n", (long long)MDS_LAST_OPC); LASSERTF(REINT_SETATTR == 1, "found %lld\n", (long long)REINT_SETATTR);