From: green Date: Thu, 6 May 2004 18:37:37 +0000 (+0000) Subject: Another update to HEAD (with b_smfs), killed lookup_create() duplication in X-Git-Tag: v1_7_0_51~2^124~3 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d56087d5174267a38108f01171ec6bf2c0090919;p=fs%2Flustre-release.git Another update to HEAD (with b_smfs), killed lookup_create() duplication in lvfs/, exported lookup_create in vfs_intent* patches instead. --- diff --git a/lustre/utils/wiretest.c b/lustre/utils/wiretest.c index dfec4fa..6968cec 100644 --- a/lustre/utils/wiretest.c +++ b/lustre/utils/wiretest.c @@ -132,7 +132,7 @@ void lustre_assert_wire_constants(void) (long long)REINT_RENAME); LASSERTF(REINT_OPEN == 6, " found %lld\n", (long long)REINT_OPEN); - LASSERTF(REINT_MAX == 6, " found %lld\n", + LASSERTF(REINT_MAX == 8, " found %lld\n", (long long)REINT_MAX); LASSERTF(DISP_IT_EXECD == 1, " found %lld\n", (long long)DISP_IT_EXECD);