]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: nfs: Share the file handle buffer for v2 / v3
authorJoe Hershberger <joe.hershberger@ni.com>
Mon, 15 Aug 2016 20:03:19 +0000 (15:03 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 22 Aug 2016 19:20:32 +0000 (14:20 -0500)
commit5280c76915f45f4479d6fe5f0b5b73984de14d04
treed0bfae42e00450a371a19d51377edf3ef673fbe8
parentb0baca9820485507a3ec0e5b403a6bf0a57ff2fc
net: nfs: Share the file handle buffer for v2 / v3

The v3 handles can be larger than v2, but that doesn't mean we need a
separate buffer. Reuse the same (larger) buffer for both.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
net/nfs.c