commit | 5e7e5a0da28216fb9d0a49e93ee27668ef4f04f7 | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Thu May 10 16:47:18 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon May 14 17:42:21 2012 -0700 |
tree | 866a46d16889cdf7a64eeabfab952707c1b45397 | |
parent | 87c7083dc3eba802d6e9f312ec520a4814f59871 [diff] |
NFS: Create an NFS v3 stat_to_errno() 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>