nfs: Remove dead case from nfs4_map_errors()
authorJan Kara <jack@suse.cz>
Thu, 23 Oct 2014 15:56:11 +0000 (17:56 +0200)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 24 Nov 2014 17:48:14 +0000 (12:48 -0500)
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 <jack@suse.cz>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>

No differences found