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:
468f861
)
NFSv4: Handle NFS4ERR_WRONGSEC outside of nfs4_handle_exception()
author
Bryan Schumaker
<bjschuma@netapp.com>
Mon, 18 Apr 2011 20:52:25 +0000
(16:52 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 18 Apr 2011 21:06:00 +0000
(17:06 -0400)
I only want to try other secflavors during an initial mount if
NFS4ERR_WRONGSEC is returned. nfs4_handle_exception() could
potentially map other errors to EPERM, so we should handle this
error specially for correctness.
Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found