From b28501ef9cac77a5d929cedc87146078959c330b Mon Sep 17 00:00:00 2001 From: Andy Adamson Date: Fri, 4 Dec 2009 15:55:35 -0500 Subject: [PATCH] --- yaml --- r: 175961 b: refs/heads/master c: 2628eddff15cb38b7246d5c18e2f7dc3e2c0d0c2 h: refs/heads/master i: 175959: 276ec91f87a7723660f492f3e9fec25fdd42d5e6 v: v3 --- [refs] | 2 +- trunk/fs/nfs/nfs4proc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index afda67c8759e..57151f0b257d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8ba9bf8e5160b0b4ebc56f64ad445c6c0ecdac1d +refs/heads/master: 2628eddff15cb38b7246d5c18e2f7dc3e2c0d0c2 diff --git a/trunk/fs/nfs/nfs4proc.c b/trunk/fs/nfs/nfs4proc.c index d0cb7cb367c1..68463d0ba9b3 100644 --- a/trunk/fs/nfs/nfs4proc.c +++ b/trunk/fs/nfs/nfs4proc.c @@ -534,7 +534,7 @@ int nfs4_setup_sequence(struct nfs_client *clp, goto out; ret = nfs41_setup_sequence(clp->cl_session, args, res, cache_reply, task); - if (ret != -EAGAIN) { + if (ret && ret != -EAGAIN) { /* terminate rpc task */ task->tk_status = ret; task->tk_action = NULL;