summaryrefslogtreecommitdiffstats
path: root/net/atm/mpoa_caches.h
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2005-09-01 03:28:59 +0200
committerJeff Garzik <jgarzik@pobox.com>2005-09-01 04:37:56 +0200
commitabfda4719c61550be4efaf277d4a904a7930d410 (patch)
tree868c89f3f74f3771a336bca4c9abcbc75e61105c /net/atm/mpoa_caches.h
parent[PATCH] iseries_veth: Cleanup error and debug messages (diff)
downloadlinux-abfda4719c61550be4efaf277d4a904a7930d410.tar.xz
linux-abfda4719c61550be4efaf277d4a904a7930d410.zip
[PATCH] iseries_veth: Remove a FIXME WRT deletion of the ack_timer
The iseries_veth driver has a timer which we use to send acks. When the connection is reset or stopped we need to delete the timer. Currently we only call del_timer() when resetting a connection, which means the timer might run again while the connection is being re-setup. As it turns out that's ok, because the flags the timer consults have been reset. It's cleaner though to call del_timer_sync() once we've dropped the lock, although the timer may still run between us dropping the lock and calling del_timer_sync(), but as above that's ok. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'net/atm/mpoa_caches.h')
0 files changed, 0 insertions, 0 deletions