[PATCH] iseries_veth: Don't leak skbs in RX path
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 12 May 2005 07:55:08 +0000 (17:55 +1000)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 15 May 2005 22:08:05 +0000 (18:08 -0400)
Hi Andrew, Jeff,

Under some strange circumstances the iseries_veth driver can leak skbs.

Fix is simply to call dev_kfree_skb() in the right place.
Fix up the comment as well.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>

No differences found