batman-adv: Add missing hardif_free_ref in forw_packet_free
authorSven Eckelmann <sven@narfation.org>
Wed, 11 May 2011 18:59:06 +0000 (20:59 +0200)
committerSven Eckelmann <sven@narfation.org>
Sat, 14 May 2011 22:02:06 +0000 (00:02 +0200)
commit6d5808d4ae1b0851c3b732d9ec2860d5f7804294
tree48e9dd4ba240daf2c252d715b89835f066e85fe7
parent27aea2128ec09924dfe08e97739b2bf8b15c8619
batman-adv: Add missing hardif_free_ref in forw_packet_free

add_bcast_packet_to_list increases the refcount for if_incoming but the
reference count is never decreased. The reference count must be
increased for all kinds of forwarded packets which have the primary
interface stored and forw_packet_free must decrease them. Also
purge_outstanding_packets has to invoke forw_packet_free when a work
item was really cancelled.

This regression was introduced in
32ae9b221e788413ce68feaae2ca39e406211a0a.

Reported-by: Antonio Quartulli <ordex@autistici.org>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
net/batman-adv/aggregation.c
net/batman-adv/send.c