SUNRPC: Move the server-side GSS upcall to a noinline function
authorChuck Lever <chuck.lever@oracle.com>
Mon, 2 Jan 2023 17:06:09 +0000 (12:06 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 20 Feb 2023 14:20:11 +0000 (09:20 -0500)
commit4ac5e7a6904bc23fec8ba60af686b2ed5cf027ff
tree37745ff237379bec4e58e5b9248d2ab73f2bc231
parente8e38e14009afa90f320b9e806f416954b7dc315
SUNRPC: Move the server-side GSS upcall to a noinline function

Since upcalls are infrequent, ensure the compiler places the upcall
mechanism out-of-line from the I/O path.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
net/sunrpc/auth_gss/svcauth_gss.c