Whamcloud - gitweb
LU-14739 quota: fix quota with root squash enabled
[fs/lustre-release.git] / lustre / utils / wiretest.c
index 5503fd1..feefdcd 100644 (file)
@@ -2372,6 +2372,8 @@ void lustre_assert_wire_constants(void)
                OBD_BRW_OVER_PRJQUOTA);
        LASSERTF(OBD_BRW_RDMA_ONLY == 0x20000, "found 0x%.8x\n",
                OBD_BRW_RDMA_ONLY);
+       LASSERTF(OBD_BRW_SYS_RESOURCE == 0x40000, "found 0x%.8x\n",
+               OBD_BRW_SYS_RESOURCE);
 
        /* Checks for struct ost_body */
        LASSERTF((int)sizeof(struct ost_body) == 208, "found %lld\n",