From: Pavel Emelyanov Date: Fri, 4 Apr 2008 19:45:12 +0000 (-0700) Subject: [VLAN]: Fix egress priority mappings leak. X-Git-Tag: v2.6.25-rc9~53^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23556323b22fef35bdc36465b7e7439ba3748c9f;p=pandora-kernel.git [VLAN]: Fix egress priority mappings leak. These entries are allocated in vlan_dev_set_egress_priority, but are never released and leaks on vlan device removal. Drop these in vlan's ->uninit callback - after the device is brought down and everyone is notified about it is going to be unregistered. Found during testing vlan netnsization patchset. Signed-off-by: Pavel Emelyanov Acked-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed