]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[SCSI] bnx2fc: Handle NETDEV_UNREGISTER for vlan devices
authorBhanu Prakash Gollapudi <bprakash@broadcom.com>
Fri, 5 Aug 2011 00:38:42 +0000 (17:38 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 24 Aug 2011 03:30:12 +0000 (20:30 -0700)
commit0d3e702ef847c8d4e2d758af908948b0a6db0672
treeb78daa806948b648a742bd919c52ed8c72fdc083
parent61f375e95fe36cdb7cbbb55cc0a1cf9f22fd41f5
[SCSI] bnx2fc: Handle NETDEV_UNREGISTER for vlan devices

Since the driver holds the reference for vlan netdev, the reference has to be
released by the driver when the vlan device is removed. Driver handles this in
NETDEV_UNREGISTER event.

Signed-off-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/bnx2fc/bnx2fc_fcoe.c