Skip to content
Snippets Groups Projects
Commit 6279b49e authored by Joe Hershberger's avatar Joe Hershberger
Browse files

net: nfs: Correct the reply data buffer size


The type of the buffer is uint32_t, but the parameter used to size it
is referring to bytes. Divide by the size of the array elements.

Strictly speaking, this shouldn't be needed at all... It could just be 1
just like the request.

Signed-off-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 5280c769
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment