Re: [1/2] [NET] link_watch: Move link watch list into net_device
From: David Miller <davem@davemloft.net>
Date: 2007-05-10 22:07:58
Also in:
lkml, netdev
From: David Miller <davem@davemloft.net>
Date: 2007-05-10 22:07:58
Also in:
lkml, netdev
From: Jeremy Fitzhardinge <redacted> Date: Thu, 10 May 2007 15:00:05 -0700
Herbert Xu wrote:quoted
[NET] link_watch: Move link watch list into net_device These days the link watch mechanism is an integral part of the network subsystem as it manages the carrier status. So it now makes sense to allocate some memory for it in net_device rather than allocating it on demand.I think there's a problem with one of these two patches.
Yes, there are :-) Did you catch the follow-on bug fixes?