Whamcloud - gitweb
LU-12275 sec: atomicity of encryption context getting/setting
[fs/lustre-release.git] / lustre / ptlrpc / wiretest.c
index e31334d..442faf1 100644 (file)
@@ -1635,6 +1635,8 @@ void lustre_assert_wire_constants(void)
                 OBD_MD_FLLAZYSIZE);
        LASSERTF(OBD_MD_FLLAZYBLOCKS == (0x0800000000000000ULL), "found 0x%.16llxULL\n",
                 OBD_MD_FLLAZYBLOCKS);
+       LASSERTF(OBD_MD_ENCCTX == (0x2000000000000000ULL), "found 0x%.16llxULL\n",
+                OBD_MD_ENCCTX);
        BUILD_BUG_ON(OBD_FL_INLINEDATA != 0x00000001);
        BUILD_BUG_ON(OBD_FL_OBDMDEXISTS != 0x00000002);
        BUILD_BUG_ON(OBD_FL_DELORPHAN != 0x00000004);