diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-06-10 00:22:57 +0100 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2020-09-21 10:21:08 -0400 |
commit | 48bb6ec17cde09122931438add817a69a91c3ab6 (patch) | |
tree | d55dea61286fc793eb4f546c842eddda70560ab5 /fs/nfs/direct.c | |
parent | ba4f184e126b751d1bffad5897f263108befc780 (diff) | |
download | linux-48bb6ec17cde09122931438add817a69a91c3ab6.tar.gz linux-48bb6ec17cde09122931438add817a69a91c3ab6.tar.bz2 linux-48bb6ec17cde09122931438add817a69a91c3ab6.zip |
NFS: remove redundant pointer clnt
The pointer clnt is being initialized with a value that is never
read and so this is assignment redundant and can be removed. The
pointer can removed because it is being used as a temporary
variable and it is clearer to make the direct assignment and remove
it completely.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'fs/nfs/direct.c')
0 files changed, 0 insertions, 0 deletions