Whamcloud - gitweb
fix code comment.
authorbobijam <bobijam>
Tue, 15 Jul 2008 01:58:46 +0000 (01:58 +0000)
committerbobijam <bobijam>
Tue, 15 Jul 2008 01:58:46 +0000 (01:58 +0000)
lustre/mdt/mdt_handler.c

index de3166d..0f15c69 100644 (file)
@@ -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;