Erez Zilber wrote:
> eh_device_reset_handler was already added to scsi_host_template
> in iscsi_tcp, and is now added also for iscsi_iser.
> 
> Signed-off-by: Erez Zilber <[EMAIL PROTECTED]>
> Signed-off-by: Mike Christie <[EMAIL PROTECTED]>
> ---
>  drivers/infiniband/ulp/iser/iscsi_iser.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/infiniband/ulp/iser/iscsi_iser.c 
> b/drivers/infiniband/ulp/iser/iscsi_iser.c
> index fd69fb3..4cd0705 100644
> --- a/drivers/infiniband/ulp/iser/iscsi_iser.c
> +++ b/drivers/infiniband/ulp/iser/iscsi_iser.c
> @@ -552,6 +552,7 @@ static struct scsi_host_template iscsi_iser_sht = {
>       .max_sectors            = 1024,
>       .cmd_per_lun            = ISCSI_MAX_CMD_PER_LUN,
>       .eh_abort_handler       = iscsi_eh_abort,
> +     .eh_device_reset_handler= iscsi_eh_device_reset,
>       .eh_host_reset_handler  = iscsi_eh_host_reset,
>       .use_clustering         = DISABLE_CLUSTERING,
>       .proc_name              = "iscsi_iser",

-- 

Roland,

This patch was sent directly to linux-scsi because it depends on patches that 
exist only in scsi-misc tree. You won't be able to build your tree if you try 
to apply this patch.

Erez

_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to