From: Yuval Mintz Date: Mon, 23 Jan 2012 07:31:51 +0000 (+0000) Subject: bnx2x: credit-leakage fixup on vlan_mac_del_all X-Git-Tag: v3.3-rc2~37^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=460a25cdaef1a2b6b8e14e371d868aa91b0e72e8;p=pandora-kernel.git bnx2x: credit-leakage fixup on vlan_mac_del_all Upon insertion of elements into the execution queue, it is validated that there are enough credits to support additional vlan-macs, and the credits are consumed. However, when removing a pending command in `bnx2x_vland_mac_del_all' the consumed credits are not released, which might cause leakage and eventually the inability to add new vlan-macs in certain scenarios. Signed-off-by: Yuval Mintz Signed-off-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed