linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
To: James.Bottomley@HansenPartnership.com, dm-devel@redhat.com
Cc: linux-scsi@vger.kernel.org, bzolnier@gmail.com,
	jens.axboe@oracle.com, fujita.tomonori@lab.ntt.co.jp,
	linux-ide@vger.kernel.org, bharrosh@panasas.com, agk@redhat.com
Subject: Re: [dm-devel] [PATCH 2/6] block: no need to initialize rq->cmd with blk_get_request
Date: Sat, 26 Apr 2008 01:54:52 +0900	[thread overview]
Message-ID: <20080426015440M.tomof@acm.org> (raw)
In-Reply-To: <1209141901.3087.17.camel@localhost.localdomain>

On Fri, 25 Apr 2008 11:45:01 -0500
James Bottomley <James.Bottomley@HansenPartnership.com> wrote:

> On Sat, 2008-04-26 at 01:23 +0900, FUJITA Tomonori wrote:
> > blk_get_request initializes rq->cmd (rq_init does) so the users don't
> > need to do that.
> > 
> > The purpose of this patch is to remove sizeof(rq->cmd) and &rq->cmd,
> > as a preparation for large command support, which changes rq->cmd from
> > the static array to a pointer. sizeof(rq->cmd) will not make sense and
> > &rq->cmd won't work.
> > 
> > Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
> > Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
> > Cc: Alasdair G Kergon <agk@redhat.com>
> > Cc: Jens Axboe <jens.axboe@oracle.com>
> > ---
> >  block/scsi_ioctl.c          |    3 ---
> >  drivers/block/pktcdvd.c     |    2 --
> >  drivers/cdrom/cdrom.c       |    1 -
> 
> These:
> 
> >  drivers/md/dm-emc.c         |    2 --
> >  drivers/md/dm-mpath-hp-sw.c |    1 -
> >  drivers/md/dm-mpath-rdac.c  |    1 -
> 
> Conflict with this set of patches:
> 
> http://git.kernel.org/?p=linux/kernel/git/jejb/scsi-pending-2.6.git;a=summary
> 
> Which move the dm pieces to being request based.  The patch series
> hasn't had an ACK yet from Alasdair, but it would be nice if you could
> look it over and see if it needs the memsets pulling out.

Seems that it needs the memsets pulling out. For example,

[PATCH 2/7] scsi_dh: add lsi rdac device handler has:

+	memset(&rq->cmd, 0, BLK_MAX_CDB);


Do you want a patch against scsi-pending?

  reply	other threads:[~2008-04-25 16:54 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-25 16:23 [PATCH 0/6] add large command support to the block layer FUJITA Tomonori
2008-04-25 16:40 ` [PATCH 1/6] block: no need to initialize rq->cmd in prepare_flush_fn hook FUJITA Tomonori
2008-04-25 16:23   ` [PATCH 2/6] block: no need to initialize rq->cmd with blk_get_request FUJITA Tomonori
2008-04-25 16:23     ` [PATCH 3/6] block: rename and export rq_init() FUJITA Tomonori
2008-04-25 16:23       ` [PATCH 4/6] block: use blk_rq_init() to initialize the request FUJITA Tomonori
2008-04-25 16:23         ` [PATCH 5/6] ide: " FUJITA Tomonori
2008-04-25 16:23           ` [PATCH 6/6] block: add large command support FUJITA Tomonori
2008-04-27 11:43             ` Boaz Harrosh
2008-04-27 11:42           ` [PATCH 5/6] ide: use blk_rq_init() to initialize the request Boaz Harrosh
2008-04-27 11:41         ` [PATCH 4/6] block: " Boaz Harrosh
2008-04-27 11:41       ` [PATCH 3/6] block: rename and export rq_init() Boaz Harrosh
2008-04-25 16:45     ` [dm-devel] [PATCH 2/6] block: no need to initialize rq->cmd with blk_get_request James Bottomley
2008-04-25 16:54       ` FUJITA Tomonori [this message]
2008-04-25 16:59         ` James Bottomley
2008-04-25 18:35           ` FUJITA Tomonori
2008-04-29  7:54 ` [PATCH 0/6] add large command support to the block layer Jens Axboe
2008-04-29 11:55   ` Bartlomiej Zolnierkiewicz
2008-04-29 12:32     ` FUJITA Tomonori
2008-04-29 12:37       ` Jens Axboe
2008-04-29 12:45         ` FUJITA Tomonori
2008-04-29 12:46           ` Jens Axboe

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=20080426015440M.tomof@acm.org \
    --to=fujita.tomonori@lab.ntt.co.jp \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=agk@redhat.com \
    --cc=bharrosh@panasas.com \
    --cc=bzolnier@gmail.com \
    --cc=dm-devel@redhat.com \
    --cc=jens.axboe@oracle.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).