commit | d84d1b3b6b8c296de8d394002bc3a0ca910d7460 | [log] [tgz] |
---|---|---|
author | Jon Maloy <jon.maloy@ericsson.com> | Thu Jan 04 15:20:45 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 05 13:37:03 2018 -0500 |
tree | c57200a8b9cf7491f3845e1d3c0b64c45d2dadad | |
parent | 38266ca17c5f142a25d4563335e143cbd62e65a7 [diff] |
tipc: simplify small window members' sorting algorithm We simplify the sorting algorithm in tipc_update_member(). We also make the remaining conditional call to this function unconditional, since the same condition now is tested for inside the said function. Acked-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>