]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/9p/client.c
9P/RDMA: count posted buffers without a pending request
[karo-tx-linux.git] / net / 9p / client.c
index db5bf2480a336d3bdf7a2b357ca5e3cc6f765fe4..d18a0b22f62cd7383651259f5a49cbd589f00c3f 100644 (file)
@@ -656,8 +656,10 @@ static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq)
                return PTR_ERR(req);
 
 
-       /* if we haven't received a response for oldreq,
-          remove it from the list. */
+       /*
+        * if we haven't received a response for oldreq,
+        * remove it from the list.
+        */
        spin_lock(&c->lock);
        if (oldreq->status == REQ_STATUS_FLSH)
                list_del(&oldreq->req_list);