From: phil Date: Sun, 3 Aug 2003 21:04:49 +0000 (+0000) Subject: * Landing fix on HEAD, originally committed to b_devel X-Git-Tag: 0.9.1~388 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=7b4abf4f2c474c1fb9a177a46e8a9123bbca86fe;p=fs%2Flustre-release.git * Landing fix on HEAD, originally committed to b_devel r=rread move spin_unlock outside the condition, noticed by eric. --- diff --git a/lustre/ptlrpc/client.c b/lustre/ptlrpc/client.c index 50ea587..f9319c00 100644 --- a/lustre/ptlrpc/client.c +++ b/lustre/ptlrpc/client.c @@ -1585,8 +1585,8 @@ void ptlrpc_abort_inflight(struct obd_import *imp) wake_up(&req->rq_set->set_waitq); else wake_up(&req->rq_wait_for_rep); - spin_unlock (&req->rq_lock); } + spin_unlock (&req->rq_lock); } /* Last chance to free reqs left on the replay list, but we