Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226887
b: refs/heads/master
c: 1227633
h: refs/heads/master
i:
  226885: 500b29c
  226883: 27f0464
  226879: d9ed187
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Dec 31, 2010
1 parent a2605fa commit 46c348a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: bc7accec8788ada4f459461194c2b8fad94ed239
refs/heads/master: 1227633a441363642cdbaf38c4241d071e917095
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/be2iscsi/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3914,7 +3914,8 @@ static void beiscsi_cleanup_task(struct iscsi_task *task)
io_task->psgl_handle = NULL;
}
} else {
if ((task->hdr->opcode & ISCSI_OPCODE_MASK) == ISCSI_OP_LOGIN)
if (task->hdr &&
((task->hdr->opcode & ISCSI_OPCODE_MASK) == ISCSI_OP_LOGIN))
return;
if (io_task->psgl_handle) {
spin_lock(&phba->mgmt_sgl_lock);
Expand Down

0 comments on commit 46c348a

Please sign in to comment.