Whamcloud - gitweb
LU-5396: add sparse locking annotations
[fs/lustre-release.git] / lustre / ptlrpc / client.c
index 8342eae..1621367 100644 (file)
@@ -338,6 +338,7 @@ static int unpack_reply(struct ptlrpc_request *req)
  * If anything goes wrong just ignore it - same as if it never happened
  */
 static int ptlrpc_at_recv_early_reply(struct ptlrpc_request *req)
+__must_hold(&req->rq_lock)
 {
         struct ptlrpc_request *early_req;
         time_t                 olddl;