From: bobijam Date: Tue, 15 Jul 2008 01:58:46 +0000 (+0000) Subject: fix code comment. X-Git-Tag: v1_9_50~205 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e26a0aa387201c09d35b4b296b5f5766d64d9000;p=fs%2Flustre-release.git fix code comment. --- diff --git a/lustre/mdt/mdt_handler.c b/lustre/mdt/mdt_handler.c index de3166d..0f15c69 100644 --- 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;