9p: Add client parameter to p9_req_put()
[sfrench/cifs-2.6.git] / include / net / 9p / client.h
index ad38325aaef0eb8742296cde0a2027abfa18c107..78ebcf782ce57d5b24e018679b925ae00c42eb94 100644 (file)
@@ -236,7 +236,7 @@ static inline int p9_req_try_get(struct p9_req_t *r)
        return refcount_inc_not_zero(&r->refcount);
 }
 
-int p9_req_put(struct p9_req_t *r);
+int p9_req_put(struct p9_client *c, struct p9_req_t *r);
 
 /* We cannot have the real tracepoints in header files,
  * use a wrapper function */