]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit021b2348cca5e6e23c566d92af80628d718becf7
treeca6a12f987f4b46f1520ada1a293f29fc0625ff3
parent55a947fded8cfcf0e8eaa86b9a2f1f1191b4a1bc
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