X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2Fwiretest.c;h=88b67a35c23fcab9cfa04aa0301920e9517732e9;hb=388a185eace0e6b16a5f7fa3a373c9c93cac12bc;hp=63ff323df88137b2513a2f8900be193acf39f945;hpb=50e1a93386b05de89774d0a4a26c954aa3e1b4ab;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/wiretest.c b/lustre/ptlrpc/wiretest.c index 63ff323..88b67a3 100644 --- a/lustre/ptlrpc/wiretest.c +++ b/lustre/ptlrpc/wiretest.c @@ -2458,6 +2458,8 @@ void lustre_assert_wire_constants(void) (unsigned)MDS_FID_OP); LASSERTF(MDS_MIGRATE_NSONLY == 0x00800000UL, "found 0x%.8xUL\n", (unsigned)MDS_MIGRATE_NSONLY); + LASSERTF(MDS_CREATE_DEFAULT_LMV == 0x01000000UL, "found 0x%.8xUL\n", + (unsigned)MDS_CREATE_DEFAULT_LMV); /* Checks for struct mdt_body */ LASSERTF((int)sizeof(struct mdt_body) == 216, "found %lld\n",