From: Jan Kara Date: Thu, 23 Oct 2014 15:56:11 +0000 (+0200) Subject: nfs: Remove dead case from nfs4_map_errors() X-Git-Tag: omap-for-v3.19/fixes-rc1~150^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b69b1ca1f5a8669034348cee9e495fde99bf69;p=pandora-kernel.git nfs: Remove dead case from nfs4_map_errors() NFS4ERR_ACCESS has number 13 and thus is matched and returned immediately at the beginning of nfs4_map_errors() and there's no point in checking it later. Coverity-id: 733891 Signed-off-by: Jan Kara Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed