commit | ac1efde8022acf705c4b8393d5ee4b070594ba88 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Mon Feb 15 14:28:04 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 17 15:41:54 2016 -0500 |
tree | 528e6a21f55f100ced489ff7bc7eb0606af677e9 | |
parent | f46c7011b062726b798fa3326b5b0c2711ead2a0 [diff] |
sctp: remove rcu_read_lock in sctp_seq_dump_remote_addrs() sctp_seq_dump_remote_addrs is only called by sctp_assocs_seq_show() and it has been protected by rcu_read_lock that is from rhashtable_walk_start(). So we will remove this one. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>