From: Bryan Schumaker Date: Thu, 10 May 2012 20:47:18 +0000 (-0400) Subject: NFS: Create an NFS v3 stat_to_errno() X-Git-Tag: v3.5-rc1~52^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e7e5a0da28216fb9d0a49e93ee27668ef4f04f7;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed