Whamcloud - gitweb
LU-15971 llite: implicit default LMV inherit
[fs/lustre-release.git] / lustre / ptlrpc / wiretest.c
index 63ff323..88b67a3 100644 (file)
@@ -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",