Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53622
b: refs/heads/master
c: 779ea12
h: refs/heads/master
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Mar 11, 2007
1 parent 5c31685 commit fa589cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 62d42a62770dd66da2d3df693e70f4e5fae1716a
refs/heads/master: 779ea1207b6a43943faa44f41be7311263315604
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/libiscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1597,6 +1597,9 @@ void iscsi_conn_teardown(struct iscsi_cls_conn *cls_conn)
wake_up(&conn->ehwait);
}

/* flush queued up work because we free the connection below */
scsi_flush_work(session->host);

spin_lock_bh(&session->lock);
kfree(conn->data);
kfree(conn->persistent_address);
Expand Down

0 comments on commit fa589cd

Please sign in to comment.