]> git.itanic.dy.fi Git - linux-stable/commit
NFS: Cleanup unused rpc_clnt variable
authorBenjamin Coddington <bcodding@redhat.com>
Thu, 20 Apr 2023 16:17:35 +0000 (12:17 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Oct 2023 19:53:36 +0000 (21:53 +0200)
commit598539f38c72aa569f6af93f4857e8ee3d2a5dc4
tree094ee5cc469c74fd0db449f832986343182f6ca4
parent19f3d5d13b756b913be582a9e0d0afdeca9c397e
NFS: Cleanup unused rpc_clnt variable

[ Upstream commit e025f0a73f6acb920d86549b2177a5883535421d ]

The root rpc_clnt is not used here, clean it up.

Fixes: 4dc73c679114 ("NFSv4: keep state manager thread active if swap is enabled")
Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Reviewed-by: NeilBrown <neilb@suse.de>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Stable-dep-of: 956fd46f97d2 ("NFSv4: Fix a state manager thread deadlock regression")
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/nfs/nfs4state.c