]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/net/iseries_veth.c
[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)
commit41664c03f6c96a1f8a91714309b36f1b5ca85610
tree42805cf7bf92cf639f4c2e4dba8d1163cb11844b
parenteb235aef724568ae15af831968000cf9a3974b26
[PATCH] iseries_veth: Don't leak skbs in RX path

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>
drivers/net/iseries_veth.c