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:
9e29c4d
)
fix code comment.
author
bobijam
<bobijam>
Tue, 15 Jul 2008 01:58:46 +0000
(
01:58
+0000)
committer
bobijam
<bobijam>
Tue, 15 Jul 2008 01:58:46 +0000
(
01:58
+0000)
lustre/mdt/mdt_handler.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_handler.c
b/lustre/mdt/mdt_handler.c
index
de3166d
..
0f15c69
100644
(file)
--- a/
lustre/mdt/mdt_handler.c
+++ b/
lustre/mdt/mdt_handler.c
@@
-4008,8
+4008,9
@@
static int mdt_init0(const struct lu_env *env, struct mdt_device *m,
mdt_init_capa_ctxt(env, m);
- /* we use a shorter ldlm_timeout on MDS for keep bumping on
- * might-be slow processing OST */
+ /* Reduce the initial timeout on an MDS because it doesn't need such
+ * a long timeout as an OST does. Adaptive timeouts will adjust this
+ * value appropriately. */
if (ldlm_timeout == LDLM_TIMEOUT_DEFAULT)
ldlm_timeout = MDS_LDLM_TIMEOUT_DEFAULT;