Whamcloud - gitweb
b=21828 drop number of active requests when queued for recovery
authorDmitry Zogin <dmitry.zogin@sun.com>
Wed, 20 Jan 2010 23:54:49 +0000 (18:54 -0500)
committerJohann Lombardi <johann@sun.com>
Thu, 21 Jan 2010 10:37:55 +0000 (11:37 +0100)
commit21bb1550775c690f3958c66168f59a95e71801bd
tree012fd3356b5a0f2337d8745478d142a7c5463dc1
parentad42e736c36a24101578dad823cba43b782d0aee
b=21828 drop number of active requests when queued for recovery

Now that we take a reference on the original request instead of
making a copy of it for recovery.  We need to drop the number of
active requests or the queued requests will prevent all request
processing when they exceed (srv->srv_threads_running - 1).

 i=nathan.rutman
 i=tappro
lustre/include/lustre_net.h
lustre/ldlm/ldlm_lib.c
lustre/ptlrpc/service.c