X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fptlrpc%2Fwiretest.c;h=89fc320c0a42b7c2f50f14f6dc9d175b43a58d78;hp=23d263120778b197368ca2395d519dcdb57d1aa0;hb=749b641e89db51dff01ae2f6ffe416b6d4d4f23a;hpb=3db1d3322eb0d4271496c6fea169fb10fa500ebb diff --git a/lustre/ptlrpc/wiretest.c b/lustre/ptlrpc/wiretest.c index 23d2631..89fc320 100644 --- a/lustre/ptlrpc/wiretest.c +++ b/lustre/ptlrpc/wiretest.c @@ -2271,6 +2271,8 @@ void lustre_assert_wire_constants(void) OBD_BRW_OVER_GRPQUOTA); LASSERTF(OBD_BRW_SOFT_SYNC == 0x4000, "found 0x%.8x\n", OBD_BRW_SOFT_SYNC); + LASSERTF(OBD_BRW_RDMA_ONLY == 0x20000, "found 0x%.8x\n", + OBD_BRW_RDMA_ONLY); /* Checks for struct ost_body */ LASSERTF((int)sizeof(struct ost_body) == 208, "found %lld\n",