commit | fdcb45777a3d1689c5541e1f85ee3ebbd197d2c1 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Feb 08 09:32:40 2010 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Feb 09 14:29:29 2010 -0500 |
tree | e0fccac2d5b21b0ea0dbddc9ce7ccd50de341131 | |
parent | 7549ad5f9b6eda49bbac4b14c5b8f37bf464f922 [diff] |
NFS: Fix the mapping of the NFSERR_SERVERFAULT error It was recently pointed out that the NFSERR_SERVERFAULT error, which is designed to inform the user of a serious internal error on the server, was being mapped to an error value that is internal to the kernel. This patch maps it to the error EREMOTEIO, which is exported to userland through errno.h. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Cc: stable@kernel.org