Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 993403b9 authored by Andrew Kanner's avatar Andrew Kanner Committed by Greg Kroah-Hartman
Browse files

staging: lustre: fixed shadowed variable in socklnd_cb.c



Removed redundant declaration of variable 'tx' in local scope
Fixed: sparse warning:
socklnd_cb.c:2476:41: warning: symbol 'tx' shadows an earlier one
socklnd_cb.c:2435:25: originally declared here

Signed-off-by: default avatarAndrew Kanner <andrew.kanner@gmail.com>
Reviewed-by: default avatarJames Simmons <jsimmons@infradead.org>
Reviewed-by: default avatarAndreas Dilger <andreas.dilger@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 93497d24
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2473,7 +2473,7 @@ ksocknal_check_peer_timeouts(int idx)
		 * holding only shared lock
		 */
		if (!list_empty(&peer->ksnp_tx_queue)) {
			struct ksock_tx *tx = list_entry(peer->ksnp_tx_queue.next,
			tx = list_entry(peer->ksnp_tx_queue.next,
					struct ksock_tx, tx_list);

			if (cfs_time_aftereq(cfs_time_current(),