From f837311c55781613f7671756257c467542e7926f Mon Sep 17 00:00:00 2001 From: Andy Adamson Date: Wed, 9 Mar 2011 13:13:46 -0500 Subject: [PATCH] --- yaml --- r: 234119 b: refs/heads/master c: c34c32ea97718bb24fc06158733580003ba89211 h: refs/heads/master i: 234117: 87d6216a87dbef30d5f8a657af8610c3fc3a49cb 234115: 07fac9efdc8883a20d33cd4d0264cd282b681821 234111: eb2d3ab73b8872e530eca99c088e1e40b610f023 v: v3 --- [refs] | 2 +- trunk/fs/nfs/nfs4proc.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 06d15acdaf64..6cece184aa25 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 114f64b5f24abac33a42f4f1856eb3a9766d497e +refs/heads/master: c34c32ea97718bb24fc06158733580003ba89211 diff --git a/trunk/fs/nfs/nfs4proc.c b/trunk/fs/nfs/nfs4proc.c index d3c705aa71f6..0a13ae720dd0 100644 --- a/trunk/fs/nfs/nfs4proc.c +++ b/trunk/fs/nfs/nfs4proc.c @@ -5359,6 +5359,9 @@ static int nfs41_proc_reclaim_complete(struct nfs_client *clp) status = PTR_ERR(task); goto out; } + status = nfs4_wait_for_completion_rpc_task(task); + if (status == 0) + status = task->tk_status; rpc_put_task(task); return 0; out: