commit | c1b69b1ca1f5a8669034348cee9e495fde99bf69 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu Oct 23 17:56:11 2014 +0200 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Nov 24 12:48:14 2014 -0500 |
tree | 071aff2d59e923f300c3bca834548832ed300189 | |
parent | 5d01410fe4d92081f349b013a2e7a95429e4f2c9 [diff] |
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>