Whamcloud - gitweb
LU-16603 protocol: add OBD_BRW_COMPRESSED
[fs/lustre-release.git] / lustre / ptlrpc / wiretest.c
index 1f5bec7..5ac8e78 100644 (file)
@@ -2373,6 +2373,8 @@ void lustre_assert_wire_constants(void)
                OBD_BRW_RDMA_ONLY);
        LASSERTF(OBD_BRW_SYS_RESOURCE == 0x40000, "found 0x%.8x\n",
                OBD_BRW_SYS_RESOURCE);
+       LASSERTF(OBD_BRW_COMPRESSED == 0x80000, "found 0x%.8x\n",
+               OBD_BRW_COMPRESSED);
 
        /* Checks for struct ost_body */
        LASSERTF((int)sizeof(struct ost_body) == 208, "found %lld\n",