From: David Howells Date: Tue, 16 Jun 2009 20:36:49 +0000 (+0100) Subject: AFS: Correctly translate auth error aborts and don't failover in such cases X-Git-Tag: v2.6.31-rc1~295 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=005411c3e9147bc3b78215390e847d688dbbc163;p=pandora-kernel.git AFS: Correctly translate auth error aborts and don't failover in such cases Authentication error abort codes should be translated to appropriate Linux error codes, rather than all being translated to EREMOTEIO - which indicates that the server had internal problems. Additionally, a server shouldn't be marked unavailable and the next server tried if an authentication error occurs. This will quickly make all the servers unavailable to the client. Instead the error should be returned straight to the user. Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed