diff options
author | Jayamohan Kallickal <jayamohank@gmail.com> | 2013-04-06 05:38:25 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-05-02 17:08:27 +0200 |
commit | 43f388b02e5c3a10a89f7163f38787a98638eb18 (patch) | |
tree | 7237beb102754fb5c2dbfa4314a754dd597b28ac /drivers/scsi/be2iscsi/be_main.h | |
parent | [SCSI] be2iscsi: Fix MSIX support in SKH-R to 32 (diff) | |
download | linux-43f388b02e5c3a10a89f7163f38787a98638eb18.tar.xz linux-43f388b02e5c3a10a89f7163f38787a98638eb18.zip |
[SCSI] be2iscsi: Fix freeing CXN specific driver resources.
Free CXN specific resource held by driver when login redirection
or connection retry happens. Login redirection was failing
because WRB/SGL were not allocated from the CID on which
doorbell was rung.
Fixed the issue raised by MikeC
Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/be2iscsi/be_main.h')
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/be_main.h index e53d08777c01..b098b5b7d188 100644 --- a/drivers/scsi/be2iscsi/be_main.h +++ b/drivers/scsi/be2iscsi/be_main.h @@ -749,6 +749,7 @@ void free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle); void beiscsi_process_all_cqs(struct work_struct *work); +void beiscsi_free_mgmt_task_handles(struct beiscsi_conn *beiscsi_conn); static inline bool beiscsi_error(struct beiscsi_hba *phba) { |