Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271041
b: refs/heads/master
c: 26b2982
h: refs/heads/master
i:
  271039: 9491b77
v: v3
  • Loading branch information
Nithin Nayak Sujir authored and James Bottomley committed Sep 17, 2011
1 parent 9660a89 commit bd7d92e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c1c16bd51a29eea8843f20161ddd32cddc524142
refs/heads/master: 26b2982f78c1fc6f486a67271b1d0a0d305dd54b
6 changes: 3 additions & 3 deletions trunk/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,9 @@ static void bnx2fc_indicate_netevent(void *context, unsigned long event,
return;
mutex_lock(&bnx2fc_dev_lock);
list_for_each_entry_safe(interface, tmp, &if_list, list) {
if (interface->hba != hba)
continue;
__bnx2fc_destroy(interface);
if (interface->hba == hba &&
interface->vlan_id == (vlan_id & VLAN_VID_MASK))
__bnx2fc_destroy(interface);
}
mutex_unlock(&bnx2fc_dev_lock);
return;
Expand Down

0 comments on commit bd7d92e

Please sign in to comment.