[PATCH] kNFSd: Make sure final xdr_buf.len is correct on server reply
rq_res->len was not always updated properly. It is only needed in the sendto routine, so we calculate it just before that is called, and don't bother updating it anywhere else.
Showing
Please register or sign in to comment