]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[VLAN]: Fix net_device leak.
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 16 Sep 2007 23:43:04 +0000 (16:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 16 Sep 2007 23:43:04 +0000 (16:43 -0700)
commitd9f30ec0b0d129b9cbf2b041a6a3159aa24592f6
tree325c2d1550ed02e3c652625bb6c9371589af13ff
parent2a38b775b77f99308a4e571c13d908df78ac5e57
[VLAN]: Fix net_device leak.

In "[VLAN]: Move device registation to seperate function" (commit
e89fe42cd03c8fd3686df82d8390a235717a66de), a pile of code got moved
to register_vlan_dev(), including grabbing a reference to underlying
device.  However, original dev_hold() had been left behind, so we
leak a reference to net_device now...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan.c