@@ -2085,6 +2085,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",
@@ -1253,6 +1253,7 @@ struct hsm_state_set {
#define OBD_BRW_ROOT_PRJQUOTA 0x10000 /* check project quota for root */
#define OBD_BRW_RDMA_ONLY 0x20000 /* RPC contains RDMA-only pages*/
#define OBD_BRW_SYS_RESOURCE 0x40000 /* page has CAP_SYS_RESOURCE */
+#define OBD_BRW_COMPRESSED 0x80000 /* data compressed on client */
#define OBD_MAX_GRANT 0x7fffffffUL /* Max grant allowed to one client: 2 GiB */