Whamcloud - gitweb
LU-15125 o2iblnd: wrong list used for kib_connd_waits 16/45316/2
authorChris Horn <chris.horn@hpe.com>
Wed, 20 Oct 2021 19:58:52 +0000 (14:58 -0500)
committerOleg Drokin <green@whamcloud.com>
Wed, 3 Nov 2021 02:37:13 +0000 (02:37 +0000)
commitf6f1e395cd26369d7441a70eb5d598ea64f1589a
tree5e78bbac38577bf470d032b09216efb478739604
parent7e8f25ed3cd8b5435f92ba8b343aabfe0a180c5b
LU-15125 o2iblnd: wrong list used for kib_connd_waits

The ibc_list field of struct kib_conn is used for the kib_connd_waits
list, but kiblnd_connd() uses ibc_sched_list in the
list_first_entry_or_null macro.

Test-Parameters: trivial
Fixes: 34b57a6f8f ("LU-12678 lnet: use list_first_entry() in lnet/klnds subdirectory.")
Signed-off-by: Chris Horn <chris.horn@hpe.com>
Change-Id: I0cc8a94636a5129956c53e48ae96b27ece5f0228
Reviewed-on: https://review.whamcloud.com/45316
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Alexey Lyashkov <alexey.lyashkov@hpe.com>
Reviewed-by: Serguei Smirnov <ssmirnov@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lnet/klnds/o2iblnd/o2iblnd_cb.c