Searched hist:e34c0ce9136a0fe96f0f547898d14c44f3c9f147 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | nfs4proc.c | diff e34c0ce9136a0fe96f0f547898d14c44f3c9f147 Thu May 13 10:16:39 CDT 2021 Colin Ian King <colin.king@canonical.com> nfsd: remove redundant assignment to pointer 'this'
The pointer 'this' is being initialized with a value that is never read and it is being updated later with a new value. The initialization is redundant and can be removed.
Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
|