diff options
author | Xin Long <lucien.xin@gmail.com> | 2016-02-15 06:28:03 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-17 20:41:54 (GMT) |
commit | f46c7011b062726b798fa3326b5b0c2711ead2a0 (patch) | |
tree | 9215761a2e50d904ae301f366deea5aa4d2da6f0 /fs/ext2/Makefile | |
parent | bd4508e8507cbeee3c0fd96a1f96327b07c490b9 (diff) | |
download | linux-f46c7011b062726b798fa3326b5b0c2711ead2a0.tar.xz |
sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_association
__sctp_lookup_association() is only invoked by sctp_v4_err() and
sctp_rcv(), both which run on the rx BH, and it has been protected
by rcu_read_lock [see ip_local_deliver_finish() / ipv6_rcv()].
So we can move it to sctp_lookup_association, only let
sctp_lookup_association use rcu_read_lock.
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/ext2/Makefile')
0 files changed, 0 insertions, 0 deletions