From 2f67e40f9fefa73d663e3773aa5773259d22f753 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 2 Sep 2005 19:29:21 +0000 Subject: [PATCH] - one more field in struct mds_rec_create to replay i/o epoch file was open in --- lustre/utils/wiretest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/wiretest.c b/lustre/utils/wiretest.c index aa07e53..dc03a7b 100644 --- a/lustre/utils/wiretest.c +++ b/lustre/utils/wiretest.c @@ -744,7 +744,7 @@ void lustre_assert_wire_constants(void) (unsigned long long)(int)sizeof(((struct mds_rec_setattr *)0)->sa_ctime)); /* Checks for struct mds_rec_create */ - LASSERTF((int)sizeof(struct mds_rec_create) == 112, " found %llu\n", + LASSERTF((int)sizeof(struct mds_rec_create) == 120, " found %llu\n", (unsigned long long)(int)sizeof(struct mds_rec_create)); LASSERTF((int)offsetof(struct mds_rec_create, cr_opcode) == 0, " found %llu\n", (unsigned long long)(int)offsetof(struct mds_rec_create, cr_opcode)); -- 1.8.3.1