Whamcloud - gitweb
b=21828 drop number of active requests when queued for recovery
authorDmitry Zogin <dmitry.zogin@sun.com>
Mon, 25 Jan 2010 05:15:53 +0000 (00:15 -0500)
committerRobert Read <rread@sun.com>
Mon, 25 Jan 2010 18:49:10 +0000 (10:49 -0800)
commit4463d3a15f9551ff6b1cafb9336dd5c929e1e2c2
treee6605b74e04f69fc1c1db6c9e2d3d12098e6acb4
parent72b7b6d3b380fc8c53f11cd3f17342bd6f5479cb
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=nathaniel.ruthman
i=tappro
lustre/include/lustre_net.h
lustre/ldlm/ldlm_lib.c
lustre/ptlrpc/service.c