linux/drivers/scsi/libfc
Yi Zou 3ee17f59c5 [SCSI] libfc: fix referencing to fc_fcp_pkt from the frame pointer via fr_fsp()
In commit 6a716a8, while releasing the DDP context in case frame_send() failed,
the frame may already be freed, so we should store the pointer to fc_fcp_pkt and
release the DDP context using the locally stored fsp instead of getting fsp from
the fr_fsp(fp) on a frame.

Signed-off-by: Yi Zou <yi.zou@intel.com>
Reported-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2011-08-28 19:40:30 -07:00
..
Makefile
fc_disc.c
fc_elsct.c
fc_exch.c [SCSI] libfc: fix referencing to fc_fcp_pkt from the frame pointer via fr_fsp() 2011-08-28 19:40:30 -07:00
fc_fcp.c [SCSI] libfc: block SCSI eh thread for blocked rports 2011-08-28 19:40:12 -07:00
fc_frame.c
fc_libfc.c
fc_libfc.h
fc_lport.c [SCSI] libfc: fix fc_eh_host_reset 2011-08-28 19:39:37 -07:00
fc_npiv.c
fc_rport.c