X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Fwiretest.c;h=95aa57e310f592aab7a8c650a52a449c2c662cf2;hp=f965baccfb725314da22365147407cd2714a60c3;hb=51b32ac2b9b86a600e92ab03f387717e526153d3;hpb=562a2f5e2afe50e0dfaf327ca2860c6c039ad403 diff --git a/lustre/utils/wiretest.c b/lustre/utils/wiretest.c index f965bac..95aa57e 100644 --- a/lustre/utils/wiretest.c +++ b/lustre/utils/wiretest.c @@ -1698,6 +1698,8 @@ void lustre_assert_wire_constants(void) (long long)(int)offsetof(struct obd_ioobj, ioo_bufcnt)); LASSERTF((int)sizeof(((struct obd_ioobj *)0)->ioo_bufcnt) == 4, "found %lld\n", (long long)(int)sizeof(((struct obd_ioobj *)0)->ioo_bufcnt)); + LASSERTF(IOOBJ_MAX_BRW_BITS == 16, "found %lld\n", + (long long)IOOBJ_MAX_BRW_BITS); /* Checks for union lquota_id */ LASSERTF((int)sizeof(union lquota_id) == 16, "found %lld\n",