aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd/nfs4state.c')
-rw-r--r--fs/nfsd/nfs4state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
index 3647c942915e..7694fb8aae35 100644
--- a/fs/nfsd/nfs4state.c
+++ b/fs/nfsd/nfs4state.c
@@ -2258,7 +2258,7 @@ nfs4_preprocess_seqid_op(struct svc_fh *current_fh, u32 seqid, stateid_t *statei
2258 printk("NFSD: preprocess_seqid_op: old stateid!\n"); 2258 printk("NFSD: preprocess_seqid_op: old stateid!\n");
2259 goto out; 2259 goto out;
2260 } 2260 }
2261 /* XXX renew the client lease here */ 2261 renew_client(sop->so_client);
2262 status = nfs_ok; 2262 status = nfs_ok;
2263 2263
2264out: 2264out: