diff options
| author | Jeff Layton <jlayton@kernel.org> | 2025-06-20 15:16:02 +0300 |
|---|---|---|
| committer | Chuck Lever <chuck.lever@oracle.com> | 2025-07-14 19:46:48 +0300 |
| commit | 6f0e26243b02f440938ab7a3782eb730f2247fb1 (patch) | |
| tree | daa7075a8aed319d1215cc98ee46f58fb492c29b /include/linux | |
| parent | d49afc90a3ba3af4507049fb43cb128d9a9c66d5 (diff) | |
| download | linux-6f0e26243b02f440938ab7a3782eb730f2247fb1.tar.xz | |
sunrpc: remove SVC_SYSERR
Nothing returns this error code.
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/svcauth.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svcauth.h b/include/linux/sunrpc/svcauth.h index 2e111153f7cd..4b92fec23a49 100644 --- a/include/linux/sunrpc/svcauth.h +++ b/include/linux/sunrpc/svcauth.h @@ -86,7 +86,6 @@ struct auth_domain { enum svc_auth_status { SVC_GARBAGE = 1, - SVC_SYSERR, SVC_VALID, SVC_NEGATIVE, SVC_OK, |
