diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-10-26 18:46:54 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:22:36 -0500 |
commit | 2bdfe0baeca0e2750037b8fba71905c00ac3c515 (patch) | |
tree | feb34f19d0f280fe4b54bc49e49ab05ea7f085c7 /include/linux/netpoll.h | |
parent | 6c43ff18f91e54aa7555d8ae4f26eab7da5bce68 (diff) |
netpoll retry cleanup
The netpoll beast was still not happy. If the beast got
clogged pipes, it tended to stare blankly off in space
for a long time.
The problem couldn't be completely fixed because the
beast talked with irq's disabled. But it could be made
less painful and shorter.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Diffstat (limited to 'include/linux/netpoll.h')
-rw-r--r-- | include/linux/netpoll.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netpoll.h b/include/linux/netpoll.h index 93a8b7664423..c65d12ec7bb0 100644 --- a/include/linux/netpoll.h +++ b/include/linux/netpoll.h | |||
@@ -28,7 +28,6 @@ struct netpoll_info { | |||
28 | atomic_t refcnt; | 28 | atomic_t refcnt; |
29 | spinlock_t poll_lock; | 29 | spinlock_t poll_lock; |
30 | int poll_owner; | 30 | int poll_owner; |
31 | int tries; | ||
32 | int rx_flags; | 31 | int rx_flags; |
33 | spinlock_t rx_lock; | 32 | spinlock_t rx_lock; |
34 | struct netpoll *rx_np; /* netpoll that registered an rx_hook */ | 33 | struct netpoll *rx_np; /* netpoll that registered an rx_hook */ |