From: alex Date: Fri, 2 Sep 2005 19:29:21 +0000 (+0000) Subject: - one more field in struct mds_rec_create to replay i/o epoch file was open in X-Git-Tag: 1.4.10~605 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2f67e40f9fefa73d663e3773aa5773259d22f753;p=fs%2Flustre-release.git - one more field in struct mds_rec_create to replay i/o epoch file was open in --- 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));