Whamcloud - gitweb
Another update to HEAD (with b_smfs), killed lookup_create() duplication in
authorgreen <green>
Thu, 6 May 2004 18:37:37 +0000 (18:37 +0000)
committergreen <green>
Thu, 6 May 2004 18:37:37 +0000 (18:37 +0000)
lvfs/, exported lookup_create in vfs_intent* patches instead.

lustre/utils/wiretest.c

index dfec4fa..6968cec 100644 (file)
@@ -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);