From 7b4abf4f2c474c1fb9a177a46e8a9123bbca86fe Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 3 Aug 2003 21:04:49 +0000 Subject: [PATCH] * Landing fix on HEAD, originally committed to b_devel r=rread move spin_unlock outside the condition, noticed by eric. --- lustre/ptlrpc/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1