X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Fwiretest.c;h=68b6691e316ecba5f1b558c8d588003d6fd062aa;hp=3cc6c32513c8e3595b83ee86911c1bf4a5df4858;hb=c1d0a355a6a64ec97c9f56c38ba036e5e50cd8c4;hpb=11eba11fe0457b735194e5924e7bb1882a5b31b8 diff --git a/lustre/utils/wiretest.c b/lustre/utils/wiretest.c index 3cc6c32..68b6691 100644 --- a/lustre/utils/wiretest.c +++ b/lustre/utils/wiretest.c @@ -1374,6 +1374,8 @@ void lustre_assert_wire_constants(void) OBD_CONNECT2_PCC); LASSERTF(OBD_CONNECT2_ASYNC_DISCARD == 0x4000ULL, "found 0x%.16llxULL\n", OBD_CONNECT2_ASYNC_DISCARD); + LASSERTF(OBD_CONNECT2_ENCRYPT == 0x8000ULL, "found 0x%.16llxULL\n", + OBD_CONNECT2_ENCRYPT); LASSERTF(OBD_CKSUM_CRC32 == 0x00000001UL, "found 0x%.8xUL\n", (unsigned)OBD_CKSUM_CRC32); LASSERTF(OBD_CKSUM_ADLER == 0x00000002UL, "found 0x%.8xUL\n", @@ -1880,7 +1882,6 @@ void lustre_assert_wire_constants(void) CLASSERT(LMV_MAGIC_V1 == 0x0CD20CD0); CLASSERT(LMV_MAGIC_STRIPE == 0x0CD40CD0); CLASSERT(LMV_HASH_TYPE_MASK == 0x0000ffff); - CLASSERT(LMV_HASH_FLAG_SPACE == 0x08000000); CLASSERT(LMV_HASH_FLAG_LOST_LMV == 0x10000000); CLASSERT(LMV_HASH_FLAG_BAD_TYPE == 0x20000000); CLASSERT(LMV_HASH_FLAG_MIGRATION == 0x80000000);