diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-10-10 21:24:23 +0100 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2022-11-28 12:54:44 -0500 |
commit | 69eed23baf877bbb1f14d7f4df54f89807c9ee2a (patch) | |
tree | b7f8a8ba52c299b093b57cf9e35a68e75adfc4dd /fs/nfsd/stats.c | |
parent | eeadcb75794516839078c28b3730132aeb700ce6 (diff) |
NFSD: Remove redundant assignment to variable host_err
Variable host_err is assigned a value that is never read, it is being
re-assigned a value in every different execution path in the following
switch statement. The assignment is redundant and can be removed.
Cleans up clang-scan warning:
warning: Value stored to 'host_err' is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/stats.c')
0 files changed, 0 insertions, 0 deletions