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:
f0e3ec1
)
Branch: b_new_cmd
author
wangdi
<wangdi>
Thu, 12 Oct 2006 07:47:06 +0000
(07:47 +0000)
committer
wangdi
<wangdi>
Thu, 12 Oct 2006 07:47:06 +0000
(07:47 +0000)
Log:
fix typo in the last commit
lustre/obdclass/mea.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/mea.c
b/lustre/obdclass/mea.c
index
cf991cd
..
18e0eda
100644
(file)
--- a/
lustre/obdclass/mea.c
+++ b/
lustre/obdclass/mea.c
@@
-84,7
+84,7
@@
static int mea_hash_segment(int count, char *name, int namelen)
hash = (hinfo.hash << 1) & 0x7fffffff;
do_div(hash_segment, count);
do_div(hash, hash_segment);
- LASSERTF(hash <= count, "hash "LPU64" count "LPU64" \n");
+ LASSERTF(hash <= count, "hash "LPU64" count "LPU64" \n"
, hash, count
);
return hash;
}