aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4state.c')
-rw-r--r--fs/nfs/nfs4state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c
index c1e2733f4fa4..8406cacd3240 100644
--- a/fs/nfs/nfs4state.c
+++ b/fs/nfs/nfs4state.c
@@ -1314,6 +1314,7 @@ static void nfs4_set_lease_expired(struct nfs_client *clp, int status)
1314 case -NFS4ERR_DELAY: 1314 case -NFS4ERR_DELAY:
1315 case -NFS4ERR_CLID_INUSE: 1315 case -NFS4ERR_CLID_INUSE:
1316 case -EAGAIN: 1316 case -EAGAIN:
1317 case -EKEYEXPIRED:
1317 break; 1318 break;
1318 1319
1319 case -NFS4ERR_NOT_SAME: /* FixMe: implement recovery 1320 case -NFS4ERR_NOT_SAME: /* FixMe: implement recovery