mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
If we retransmit an RPC request, we currently end up clobbering the value of req->rq_rcv_buf.bvec that was allocated by the initial call to xprt_request_prepare(req). Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>