[U-Boot] [PATCH 0/9] Fix up issues with new NFSv3 implementation
Joe Hershberger
joe.hershberger at ni.com
Mon Aug 15 22:03:18 CEST 2016
This fixes most of the memory bloat that happened with the addition of NFSv3
Some checkpatch.pl issues are also fixed
Refactored some code to better share common snippets
These patches depend on the NFSv3 patch by Guillaume GARDET <guillaume.gardet at free.fr>
https://patchwork.ozlabs.org/patch/654061/
Joe Hershberger (9):
net: nfs: Share the file handle buffer for v2 / v3
net: nfs: Correct the reply data buffer size
net: nfs: Fix lines that are too long
net: nfs: Consolidate handling of NFSv3 attributes
net: nfs: Correct a comment
net: nfs: Use consistent names for the rpc_pkt
net: nfs: Move some prints to debug statements
net: nfs: Use the tx buffer to construct rpc msgs
net: nfs: Simplify rpc_add_credentials()
net/nfs.c | 330 +++++++++++++++++++++++++++-----------------------------------
net/nfs.h | 2 +-
2 files changed, 145 insertions(+), 187 deletions(-)
--
1.7.11.5
More information about the U-Boot
mailing list