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:
87c7083
)
NFS: Create an NFS v3 stat_to_errno()
author
Bryan Schumaker
<bjschuma@netapp.com>
Thu, 10 May 2012 20:47:18 +0000
(16:47 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 15 May 2012 00:42:21 +0000
(17:42 -0700)
In theory, NFS v3 can have different error versions than NFS v2. v4 is
already using its own nfs4_stat_to_errno() to map error codes, so
rather than create something in the generic client for v2 and v3 to
share I instead give v3 its own function.
Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found