From e26a0aa387201c09d35b4b296b5f5766d64d9000 Mon Sep 17 00:00:00 2001 From: bobijam Date: Tue, 15 Jul 2008 01:58:46 +0000 Subject: [PATCH] fix code comment. --- lustre/mdt/mdt_handler.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 1.8.3.1