commit | dcc46991d3c5b30a3944578511f9a51a71cc0078 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Thu Oct 01 18:59:12 2020 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri Oct 02 09:37:41 2020 -0400 |
tree | 07b8c2b0baddc78ef9bdf4e5e0a9c7e6ba599923 | |
parent | ba1df797e5bbba68ddd1a29bd658b1c11f9a60b6 [diff] |
NFSD: Encoder and decoder functions are always present nfsd_dispatch() is a hot path. Let's optimize the XDR method calls for the by-far common case, which is that the XDR methods are indeed present. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>