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

net: nfs: Use the tx buffer to construct rpc msgs


Instead of always allocating a huge temporary buffer on the stack and
then memcpy()ing the result into the transmit buffer, simply figure out
where in the transmit buffer the bytes will belong and write them there
directly as each message is built.

Signed-off-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent d89ff2df
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