git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05e9cfb
)
NFSv4.1: Fix layoutcommit error handling
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 27 Mar 2012 22:22:19 +0000
(18:22 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 28 Mar 2012 01:53:14 +0000
(21:53 -0400)
Firstly, task->tk_status will always return negative error values,
so the current tests for 'NFS4ERR_DELEG_REVOKED' etc. are all being
ignored.
Secondly, clean up the code so that we only need to test
task->tk_status once!
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: stable@vger.kernel.org
No differences found