[LU-10882] list bug in kiblnd_peer_connect_failed() Created: 04/Apr/18  Updated: 19/Dec/18  Resolved: 19/Dec/18

Status: Resolved
Project: Lustre
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Amir Shehata (Inactive) Assignee: Amir Shehata (Inactive)
Resolution: Duplicate Votes: 0
Labels: None

Issue Links:
Duplicate
is duplicated by LU-10819 kiblnd_peer_connect_failed() uses lis... Resolved
Severity: 3
Rank (Obsolete): 9223372036854775807

 Description   
2168 »·······peer_ni->ibp_reconnected = 0;
2169 »·······if (list_empty(&peer_ni->ibp_conns)) {
2170 »·······»·······/* Take peer_ni's blocked transmits to complete with error */
2171 »·······»·······list_add(&zombies, &peer_ni->ibp_tx_queue);
2172 »·······»·······list_del_init(&peer_ni->ibp_tx_queue);
2173 
2174 »·······»·······if (kiblnd_peer_active(peer_ni))
2175 »·······»·······»·······kiblnd_unlink_peer_locked(peer_ni); 

the list_add is wrong.



 Comments   
Comment by Amir Shehata (Inactive) [ 13/Apr/18 ]

duplicate of LU-10819

Generated at Sat Feb 10 02:39:00 UTC 2024 using Jira 9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c.