* [PATCH] qla4xxx: assign correct address for iscsi_cls_host
@ 2012-03-02 9:55 vikas.chaudhary
2012-03-02 19:24 ` Mike Christie
0 siblings, 1 reply; 2+ messages in thread
From: vikas.chaudhary @ 2012-03-02 9:55 UTC (permalink / raw)
To: jbottomley, michaelc
Cc: linux-scsi, vikas.chaudhary, lalit.chandivade, ravi.anand
From: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
---
drivers/scsi/qla4xxx/ql4_os.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
index 281328d..d57f6eb 100644
--- a/drivers/scsi/qla4xxx/ql4_os.c
+++ b/drivers/scsi/qla4xxx/ql4_os.c
@@ -834,7 +834,7 @@ static enum blk_eh_timer_return qla4xxx_eh_cmd_timed_out(struct scsi_cmnd *sc)
static void qla4xxx_set_port_speed(struct Scsi_Host *shost)
{
struct scsi_qla_host *ha = to_qla_host(shost);
- struct iscsi_cls_host *ihost = shost_priv(shost);
+ struct iscsi_cls_host *ihost = shost->shost_data;
uint32_t speed = ISCSI_PORT_SPEED_UNKNOWN;
qla4xxx_get_firmware_state(ha);
@@ -859,7 +859,7 @@ static void qla4xxx_set_port_speed(struct Scsi_Host *shost)
static void qla4xxx_set_port_state(struct Scsi_Host *shost)
{
struct scsi_qla_host *ha = to_qla_host(shost);
- struct iscsi_cls_host *ihost = shost_priv(shost);
+ struct iscsi_cls_host *ihost = shost->shost_data;
uint32_t state = ISCSI_PORT_STATE_DOWN;
if (test_bit(AF_LINK_UP, &ha->flags))
--
1.7.9.1.265.gb3a76
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] qla4xxx: assign correct address for iscsi_cls_host
2012-03-02 9:55 [PATCH] qla4xxx: assign correct address for iscsi_cls_host vikas.chaudhary
@ 2012-03-02 19:24 ` Mike Christie
0 siblings, 0 replies; 2+ messages in thread
From: Mike Christie @ 2012-03-02 19:24 UTC (permalink / raw)
To: vikas.chaudhary; +Cc: jbottomley, linux-scsi, lalit.chandivade, ravi.anand
On 03/02/2012 03:55 AM, vikas.chaudhary@qlogic.com wrote:
> From: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
>
> Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
> ---
> drivers/scsi/qla4xxx/ql4_os.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
> index 281328d..d57f6eb 100644
> --- a/drivers/scsi/qla4xxx/ql4_os.c
> +++ b/drivers/scsi/qla4xxx/ql4_os.c
> @@ -834,7 +834,7 @@ static enum blk_eh_timer_return qla4xxx_eh_cmd_timed_out(struct scsi_cmnd *sc)
> static void qla4xxx_set_port_speed(struct Scsi_Host *shost)
> {
> struct scsi_qla_host *ha = to_qla_host(shost);
> - struct iscsi_cls_host *ihost = shost_priv(shost);
> + struct iscsi_cls_host *ihost = shost->shost_data;
> uint32_t speed = ISCSI_PORT_SPEED_UNKNOWN;
>
> qla4xxx_get_firmware_state(ha);
> @@ -859,7 +859,7 @@ static void qla4xxx_set_port_speed(struct Scsi_Host *shost)
> static void qla4xxx_set_port_state(struct Scsi_Host *shost)
> {
> struct scsi_qla_host *ha = to_qla_host(shost);
> - struct iscsi_cls_host *ihost = shost_priv(shost);
> + struct iscsi_cls_host *ihost = shost->shost_data;
> uint32_t state = ISCSI_PORT_STATE_DOWN;
>
> if (test_bit(AF_LINK_UP, &ha->flags))
We should just merge the iscsi_cls_host and libiscsi host. This is fine
for now.
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-02 19:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-02 9:55 [PATCH] qla4xxx: assign correct address for iscsi_cls_host vikas.chaudhary
2012-03-02 19:24 ` Mike Christie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).