aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/nfs/nfs4state.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c
index b34de036501b..cbf82b0d4467 100644
--- a/fs/nfs/nfs4state.c
+++ b/fs/nfs/nfs4state.c
@@ -2134,6 +2134,8 @@ again:
2134 put_rpccred(cred); 2134 put_rpccred(cred);
2135 switch (status) { 2135 switch (status) {
2136 case 0: 2136 case 0:
2137 case -EINTR:
2138 case -ERESTARTSYS:
2137 break; 2139 break;
2138 case -ETIMEDOUT: 2140 case -ETIMEDOUT:
2139 if (clnt->cl_softrtry) 2141 if (clnt->cl_softrtry)