Whamcloud - gitweb
LU-12634 lnet: for_ifa removed. Use in_dev_for_each_ifa_rtnl 44/35744/2
authorShaun Tancheff <stancheff@cray.com>
Fri, 9 Aug 2019 04:02:55 +0000 (23:02 -0500)
committerOleg Drokin <green@whamcloud.com>
Tue, 17 Sep 2019 05:47:03 +0000 (05:47 +0000)
commit6e0d0146276353559c821916e193c90d167b14e0
tree0733972c6b149b7b78da4d6b7e5b4c4aaae03209
parente9472c54ac820c3a0db2318a6ef894c3971e6e0b
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

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/35744
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Petros Koutoupis <pkoutoupis@cray.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lnet/lnet/config.c