Whamcloud - gitweb
LU-12634 lnet: for_ifa removed. Use in_dev_for_each_ifa_rtnl 87/38487/3
authorShaun Tancheff <stancheff@cray.com>
Mon, 4 May 2020 21:59:47 +0000 (14:59 -0700)
committerOleg Drokin <green@whamcloud.com>
Wed, 27 May 2020 02:40:18 +0000 (02:40 +0000)
commitf9473b9d8e9e4bf63b310f756c8d3f7e8dad4718
treeec6cd7d2e559ec335be3f80062e0d2b261aa1f78
parentc3e1f86f3a50cfa3762b63fb0f058af5036238ad
LU-12634 lnet: for_ifa removed. Use in_dev_for_each_ifa_rtnl

Linux 5.3 removed for_ifa and replaced it with an _rntl and _rcu
versions for use with their respective locking primitives.

kernel-commit: ef11db3310e272d3d8dbe8739e0770820dd20e52

This patch is back-ported from the following one:
Lustre-commit: 6e0d0146276353559c821916e193c90d167b14e0
Lustre-change: https://review.whamcloud.com/35744

Test-Parameters: trivial
Cray-bug-id: LUS-7689
Signed-off-by: Shaun Tancheff <stancheff@cray.com>
Change-Id: Iea07222b9abb3f9c219d28fe2c660d9eaf21af80
Reviewed-on: https://review.whamcloud.com/38487
Reviewed-by: Petros Koutoupis <petros.koutoupis@hpe.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lnet/lnet/config.c