Skip to content
Commit be3193e5 authored by Dominique Martinet's avatar Dominique Martinet
Browse files

9p: Fix read/write debug statements to report server reply

Previous conversion to iov missed these debug statements which would now
always print the requested size instead of the actual server reply.

Write also added a loop in a much older commit but we didn't report
these, while reads do report each iteration -- it's more coherent to
keep reporting all requests to server so move that at the same time.

Fixes: 7f024647

 ("9p: convert to advancing variant of iov_iter_get_pages_alloc()")
Signed-off-by: default avatarDominique Martinet <asmadeus@codewreck.org>
Message-ID: <20240109-9p-rw-trace-v1-1-327178114257@codewreck.org>
parent 7013482f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment