netpoll info leak
authorStephen Hemminger <shemminger@osdl.org>
Thu, 26 Oct 2006 22:46:50 +0000 (15:46 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:22:32 +0000 (21:22 -0800)
commit93ec2c723e3f8a216dde2899aeb85c648672bc6b
treea70a10812c2340edfce0d1010175535aa344d1c9
parenta1bcfacd0577ff477e934731d4ceb3d26eab947d
netpoll info leak

After looking harder, Steve noticed that the netpoll
beast leaked a little every time it shutdown for a nap.
Not a big leak, but a nuisance kind of thing.

He took out his refcount duct tape and patched the
leak. It was overkill since there was already other
locking in that area, but it looked clean and wouldn't
attract fleas.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
include/linux/netpoll.h
net/core/netpoll.c