Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234119
b: refs/heads/master
c: c34c32e
h: refs/heads/master
i:
  234117: 87d6216
  234115: 07fac9e
  234111: eb2d3ab
v: v3
  • Loading branch information
Andy Adamson authored and Trond Myklebust committed Mar 10, 2011
1 parent 0e1f720 commit f837311
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 114f64b5f24abac33a42f4f1856eb3a9766d497e
refs/heads/master: c34c32ea97718bb24fc06158733580003ba89211
3 changes: 3 additions & 0 deletions trunk/fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f837311

Please sign in to comment.