mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07: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>