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)
commitc1b69b1ca1f5a8669034348cee9e495fde99bf69
tree071aff2d59e923f300c3bca834548832ed300189
parent5d01410fe4d92081f349b013a2e7a95429e4f2c9
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 <jack@suse.cz>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4proc.c