public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: torvalds@linux-foundation.org, linux-scsi@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [GIT PATCH] firs round of SCSI bug fixes for 2.6.29-rc1
Date: Fri, 16 Jan 2009 11:07:08 -0800	[thread overview]
Message-ID: <20090116110708.75c5828d.akpm@linux-foundation.org> (raw)
In-Reply-To: <1232131733.3224.46.camel@localhost.localdomain>

On Fri, 16 Jan 2009 13:48:53 -0500
James Bottomley <James.Bottomley@HansenPartnership.com> wrote:

> > > +++ b/drivers/scsi/qla2xxx/qla_init.c
> > > @@ -1258,35 +1258,48 @@ qla2x00_init_rings(scsi_qla_host_t *vha)
> > >  {
> > >  	int	rval;
> > >  	unsigned long flags = 0;
> > > -	int cnt;
> > > +	int cnt, que;
> > >  	struct qla_hw_data *ha = vha->hw;
> > > -	struct req_que *req = ha->req_q_map[0];
> > > -	struct rsp_que *rsp = ha->rsp_q_map[0];
> > > +	struct req_que *req;
> > > +	struct rsp_que *rsp;
> > > +	struct scsi_qla_host *vp;
> > >  	struct mid_init_cb_24xx *mid_init_cb =
> > >  	    (struct mid_init_cb_24xx *) ha->init_cb;
> > 
> > This cast worries me.  It's a cast between two complex data structures
> > which appear to have nothing to do with each other.
> 
> Actually, it's a C++ type construct.  ha->init_cb is of type init_cb_t,
> mid_init_cb actually contains this (via a second indirection) as the
> first element, so what it's doing is dynamically casting out based on
> the board type.

Ah, OK, I got lost amongst the typedefs and pointers.

This code could/should use container_of() for this operation?

  reply	other threads:[~2009-01-16 19:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-16 14:56 [GIT PATCH] firs round of SCSI bug fixes for 2.6.29-rc1 James Bottomley
2009-01-16 17:09 ` Andrew Morton
2009-01-16 18:48   ` James Bottomley
2009-01-16 19:07     ` Andrew Morton [this message]
2009-01-16 20:28       ` James Bottomley
2009-01-16 19:09     ` David Miller
2009-01-16 19:02   ` Grant Grundler
2009-01-16 19:10     ` David Miller
2009-01-16 20:09       ` Grant Grundler
2009-01-16 20:15         ` James Bottomley
2009-01-17 21:17 ` Matthew Wilcox
2009-02-11  4:08   ` Matthew Wilcox
2009-02-11 12:42     ` James Bottomley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090116110708.75c5828d.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox