WAN: flush tx_queue in hdlc_ppp to prevent panic on rmmod hw_driver.
authorKrzysztof Halasa <khc@pm.waw.pl>
Wed, 14 Apr 2010 14:09:52 +0000 (14:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Apr 2010 22:41:03 +0000 (15:41 -0700)
tx_queue is used as a temporary queue when not allowed to queue skb
directly to the hw device driver (which may sleep). Most paths flush
it before returning, but ppp_start() currently cannot. Make sure we
don't leave skbs pointing to a non-existent device.

Thanks to Michael Barkowski for reporting this problem.

Signed-off-by: Krzysztof HaƂasa <khc@pm.waw.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found