]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: lustre: set downis to 1 if there's no NI for remote net
authorLiang Zhen <liang.zhen@intel.com>
Wed, 2 Mar 2016 22:01:44 +0000 (17:01 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Mar 2016 23:23:49 +0000 (15:23 -0800)
commite816f2352862db069c147d739b934a9544584ac9
treeb5b5f27440471726f0ed214e6625c80b3a388a32
parent4ae51a74f048c820ff85ff68cace8d73bc51b728
staging: lustre: set downis to 1 if there's no NI for remote net

lnet_route_t::lr_downis is marked as zero even if there is no NI to
target network, this is wrong and breaks logic of ARF. This patch
fixes this problem.

Signed-off-by: Liang Zhen <liang.zhen@intel.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-6060
Reviewed-on: http://review.whamcloud.com/13417
Reviewed-by: James Simmons <uja.ornl@gmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/router.c