diff options
Diffstat (limited to 'net/sunrpc/svcauth_unix.c')
-rw-r--r-- | net/sunrpc/svcauth_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/svcauth_unix.c b/net/sunrpc/svcauth_unix.c index a0a953a430c2..177f81608cfb 100644 --- a/net/sunrpc/svcauth_unix.c +++ b/net/sunrpc/svcauth_unix.c | |||
@@ -435,6 +435,7 @@ svcauth_unix_set_client(struct svc_rqst *rqstp) | |||
435 | default: | 435 | default: |
436 | BUG(); | 436 | BUG(); |
437 | case -EAGAIN: | 437 | case -EAGAIN: |
438 | case -ETIMEDOUT: | ||
438 | return SVC_DROP; | 439 | return SVC_DROP; |
439 | case -ENOENT: | 440 | case -ENOENT: |
440 | return SVC_DENIED; | 441 | return SVC_DENIED; |