NFSD: Remove "inline" directives on op_rsize_bop helpers
authorChuck Lever <chuck.lever@oracle.com>
Mon, 12 Sep 2022 21:23:25 +0000 (17:23 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 26 Sep 2022 18:02:48 +0000 (14:02 -0400)
commit6604148cf961b57fc735e4204f8996536da9253c
treeca6a12f987f4b46f1520ada1a293f29fc0625ff3
parent9993a66317fc9951322483a9edbfae95a640b210
NFSD: Remove "inline" directives on op_rsize_bop helpers

These helpers are always invoked indirectly, so the compiler can't
inline these anyway. While we're updating the synopses of these
helpers, defensively convert their parameters to const pointers.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs4proc.c
fs/nfsd/xdr4.h