diff options
author | Vitaliy Gusev <vgusev@openvz.org> | 2010-03-16 02:07:51 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-16 22:15:47 +0100 |
commit | 858a18a6a2f74e8f0e5b2e9671d4b74694aba708 (patch) | |
tree | ccdb6cff136e02b47803b1fe5cec77821f6c7c9f /net/bridge/br_device.c | |
parent | bridge br_multicast: Fix skb leakage in error path. (diff) | |
download | linux-858a18a6a2f74e8f0e5b2e9671d4b74694aba708.tar.xz linux-858a18a6a2f74e8f0e5b2e9671d4b74694aba708.zip |
route: Fix caught BUG_ON during rt_secret_rebuild_oneshot()
route: Fix caught BUG_ON during rt_secret_rebuild_oneshot()
Call rt_secret_rebuild can cause BUG_ON(timer_pending(&net->ipv4.rt_secret_timer)) in
add_timer as there is not any synchronization for call rt_secret_rebuild_oneshot()
for the same net namespace.
Also this issue affects to rt_secret_reschedule().
Thus use mod_timer enstead.
Signed-off-by: Vitaliy Gusev <vgusev@openvz.org>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_device.c')
0 files changed, 0 insertions, 0 deletions