commit | 4ac5e7a6904bc23fec8ba60af686b2ed5cf027ff | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Mon Jan 02 12:06:09 2023 -0500 |
committer | Chuck Lever <chuck.lever@oracle.com> | Mon Feb 20 09:20:11 2023 -0500 |
tree | 37745ff237379bec4e58e5b9248d2ab73f2bc231 | |
parent | e8e38e14009afa90f320b9e806f416954b7dc315 [diff] |
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>