X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Futils%2Fwiretest.c;h=85d9bfed5367427510294b0c316cf2e2d744cb64;hb=4c96cbf89dba5e4bf8ddf98a18b72142c22a4289;hp=99be9fb0df1d95b34a0c5a3023e23ac6290a9daf;hpb=4df4ad20dea4c4c9e513d6e1e5384b974e380f65;p=fs%2Flustre-release.git diff --git a/lustre/utils/wiretest.c b/lustre/utils/wiretest.c index 99be9fb..85d9bfe 100644 --- a/lustre/utils/wiretest.c +++ b/lustre/utils/wiretest.c @@ -1478,6 +1478,8 @@ void lustre_assert_wire_constants(void) OBD_CONNECT2_LARGE_NID); LASSERTF(OBD_CONNECT2_COMPRESS == 0x200000000ULL, "found 0x%.16llxULL\n", OBD_CONNECT2_COMPRESS); + LASSERTF(OBD_CONNECT2_UNALIGNED_DIO == 0x400000000ULL, "found 0x%.16llxULL\n", + OBD_CONNECT2_UNALIGNED_DIO); LASSERTF(OBD_CKSUM_CRC32 == 0x00000001UL, "found 0x%.8xUL\n", (unsigned)OBD_CKSUM_CRC32);