commit | 5a7125c64def3b21f8147eca8b54949a60963942 | [log] [tgz] |
---|---|---|
author | Andy Grover <agrover@redhat.com> | Fri May 22 14:07:44 2015 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Sat May 30 19:11:02 2015 -0700 |
tree | a89c0e0848ddc548058a698d80cd245946fbe336 | |
parent | d588cf8f618d7b316743a0bc99fede20f7a01bb7 [diff] |
target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST See https://bugzilla.redhat.com/show_bug.cgi?id=1025672 We need to put() the reference to the scsi host that we got in pscsi_configure_device(). In VIRTUAL_HOST mode it is associated with the dev_virt, not the hba_virt. Signed-off-by: Andy Grover <agrover@redhat.com> Cc: stable@vger.kernel.org # 2.6.38+ Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>