commit | 81419d862db743fe4450a021893f24bab4698c1d | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Wed Apr 28 08:47:20 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 28 12:16:33 2010 -0700 |
tree | 01e1624bc38ba93dcc365c4c09e6235fb95c7c9b | |
parent | 0c42749cffbb4a06be86c5e5db6c7ebad548781f [diff] |
sctp: per_cpu variables should be in bh_disabled section Since the change of the atomics to percpu variables, we now have to disable BH in process context when touching percpu variables. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>