Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33561
b: refs/heads/master
c: 63f75cc
h: refs/heads/master
i:
  33559: da75aa6
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Jul 28, 2006
1 parent 59d69fa commit 57106f7
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: 1c83469d36a9dd30dbf1fb9fc5ca3be3a0e64ff4
refs/heads/master: 63f75cc8a7e6ce453e38a7b90cdcae83d63f1ea7
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/libiscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,7 @@ void iscsi_session_teardown(struct iscsi_cls_session *cls_session)
{
struct Scsi_Host *shost = iscsi_session_to_shost(cls_session);
struct iscsi_session *session = iscsi_hostdata(shost->hostdata);
struct module *owner = cls_session->transport->owner;

scsi_remove_host(shost);

Expand All @@ -1345,7 +1346,7 @@ void iscsi_session_teardown(struct iscsi_cls_session *cls_session)

iscsi_destroy_session(cls_session);
scsi_host_put(shost);
module_put(cls_session->transport->owner);
module_put(owner);
}
EXPORT_SYMBOL_GPL(iscsi_session_teardown);

Expand Down

0 comments on commit 57106f7

Please sign in to comment.