diff options
author | Yi Zou <yi.zou@intel.com> | 2011-05-16 16:45:40 -0700 |
---|---|---|
committer | James Bottomley <jbottomley@parallels.com> | 2011-05-24 12:36:51 -0400 |
commit | 6a716a8535ea8ed7676cea1e122f1c3d02e55b6b (patch) | |
tree | 038539b13724f49ceac3a4f1fd7fe31911a12b32 /drivers/scsi/libfc/fc_libfc.h | |
parent | 83383dd11a445bbe493c75b9c88c243aa43df8d7 (diff) | |
download | linux-6a716a8535ea8ed7676cea1e122f1c3d02e55b6b.tar.gz linux-6a716a8535ea8ed7676cea1e122f1c3d02e55b6b.tar.bz2 linux-6a716a8535ea8ed7676cea1e122f1c3d02e55b6b.zip |
[SCSI] libfc: release DDP context if frame_send() fails
In case frame_send() fails, make sure to let the underlying HW release the DDP
context that has already been set up before calling frame_send().
Signed-off-by: Yi Zou <yi.zou@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <jbottomley@parallels.com>
Diffstat (limited to 'drivers/scsi/libfc/fc_libfc.h')
-rw-r--r-- | drivers/scsi/libfc/fc_libfc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/libfc/fc_libfc.h b/drivers/scsi/libfc/fc_libfc.h index fedc819d70c0..c7d071289af5 100644 --- a/drivers/scsi/libfc/fc_libfc.h +++ b/drivers/scsi/libfc/fc_libfc.h @@ -108,6 +108,7 @@ extern struct fc4_prov fc_rport_fcp_init; /* FCP initiator provider */ * Set up direct-data placement for this I/O request */ void fc_fcp_ddp_setup(struct fc_fcp_pkt *fsp, u16 xid); +void fc_fcp_ddp_done(struct fc_fcp_pkt *fsp); /* * Module setup functions |