From: niu Date: Thu, 15 Jan 2004 06:59:59 +0000 (+0000) Subject: * minor fix X-Git-Tag: v1_7_0_51~2^7~121 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fd7f81a6b6e461dd1fc5d4cce7abb5682b40fc32;p=fs%2Flustre-release.git * minor fix --- diff --git a/lustre/ptlrpc/ptlrpc_local.c b/lustre/ptlrpc/ptlrpc_local.c index 99b618d..08e6c16 100644 --- a/lustre/ptlrpc/ptlrpc_local.c +++ b/lustre/ptlrpc/ptlrpc_local.c @@ -128,7 +128,7 @@ int local_send_rpc(struct ptlrpc_request *req) req->rq_timedout = 0; req->rq_resend = 0; req->rq_restart = 0; - spin_unlock_irqrestore (&request->rq_lock, flags); + spin_unlock_irqrestore (&req->rq_lock, flags); req->rq_sent = LTIME_S(CURRENT_TIME); ptlrpc_pinger_sending_on_import(req->rq_import);