aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/svc.c')
-rw-r--r--net/sunrpc/svc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sunrpc/svc.c b/net/sunrpc/svc.c
index 090af78d68b5..7efb5133eb71 100644
--- a/net/sunrpc/svc.c
+++ b/net/sunrpc/svc.c
@@ -921,8 +921,7 @@ svc_process(struct svc_rqst *rqstp)
921 case SVC_OK: 921 case SVC_OK:
922 break; 922 break;
923 case SVC_GARBAGE: 923 case SVC_GARBAGE:
924 rpc_stat = rpc_garbage_args; 924 goto err_garbage;
925 goto err_bad;
926 case SVC_SYSERR: 925 case SVC_SYSERR:
927 rpc_stat = rpc_system_err; 926 rpc_stat = rpc_system_err;
928 goto err_bad; 927 goto err_bad;