summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r--fs/nfs/nfs4proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 6ca0c8e7a945..0422d77b73c7 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -7353,7 +7353,7 @@ static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cr
7353 int ret = 0; 7353 int ret = 0;
7354 7354
7355 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0) 7355 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
7356 return 0; 7356 return -EAGAIN;
7357 task = _nfs41_proc_sequence(clp, cred, false); 7357 task = _nfs41_proc_sequence(clp, cred, false);
7358 if (IS_ERR(task)) 7358 if (IS_ERR(task))
7359 ret = PTR_ERR(task); 7359 ret = PTR_ERR(task);