NFS: remove redundant pointer clnt
authorColin Ian King <colin.king@canonical.com>
Tue, 9 Jun 2020 23:22:57 +0000 (00:22 +0100)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 21 Sep 2020 14:21:08 +0000 (10:21 -0400)
commit48bb6ec17cde09122931438add817a69a91c3ab6
treed55dea61286fc793eb4f546c842eddda70560ab5
parentba4f184e126b751d1bffad5897f263108befc780
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>
fs/nfs/nfs4proc.c