Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6593d5
)
Another update to HEAD (with b_smfs), killed lookup_create() duplication in
author
green
<green>
Thu, 6 May 2004 18:37:37 +0000
(18:37 +0000)
committer
green
<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
patch
|
blob
|
history
diff --git
a/lustre/utils/wiretest.c
b/lustre/utils/wiretest.c
index
dfec4fa
..
6968cec
100644
(file)
--- 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);