From 7932a2af30eb139c0d92af223dc058a56094311c Mon Sep 17 00:00:00 2001 From: huanghua <huanghua> Date: Fri, 11 Jul 2008 05:22:36 +0000 Subject: [PATCH] Branch b1_8_gate b=11930 i=adilger i=nikita.danilov i=alex --- lustre/utils/wiretest.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lustre/utils/wiretest.c b/lustre/utils/wiretest.c index f33017e0f0..2ae5d33ffb 100644 --- a/lustre/utils/wiretest.c +++ b/lustre/utils/wiretest.c @@ -145,7 +145,9 @@ void lustre_assert_wire_constants(void) (long long)REINT_RENAME); LASSERTF(REINT_OPEN == 6, " found %lld\n", (long long)REINT_OPEN); - LASSERTF(REINT_MAX == 7, " found %lld\n", + LASSERTF(REINT_SETXATTR == 7, " found %lld\n", + (long long)REINT_SETXATTR); + LASSERTF(REINT_MAX == 8, " found %lld\n", (long long)REINT_MAX); LASSERTF(MGS_CONNECT == 250, " found %lld\n", (long long)MGS_CONNECT); @@ -497,6 +499,7 @@ void lustre_assert_wire_constants(void) CLASSERT(OBD_CONNECT_MDS_MDS == 0x04000000ULL); CLASSERT(OBD_CONNECT_REAL == 0x08000000ULL); CLASSERT(OBD_CONNECT_CKSUM == 0x20000000ULL); + CLASSERT(OBD_CONNECT_FID == 0x40000000ULL); /* Checks for struct obdo */ LASSERTF((int)sizeof(struct obdo) == 208, " found %lld\n", -- GitLab