From: Alasdair G Kergon <agk@redhat.com>
To: Chandra Seetharaman <sekharan@us.ibm.com>
Cc: James.Bottomley@HansenPartnership.com, dm-devel@redhat.com,
linux-scsi@vger.kernel.org
Subject: Re: [PATCH 7/8] scsi_dh: attach to hardware handler from dm-mpath
Date: Fri, 18 Jul 2008 01:08:54 +0100 [thread overview]
Message-ID: <20080718000854.GV7155@agk.fab.redhat.com> (raw)
In-Reply-To: <20080717235327.23056.59814.sendpatchset@chandra-ubuntu>
On Thu, Jul 17, 2008 at 04:53:27PM -0700, Chandra Seetharaman wrote:
> +++ linux-2.6.26-git5/drivers/md/dm-mpath.c
> @@ -147,9 +147,12 @@ static struct priority_group *alloc_prio
> static void free_pgpaths(struct list_head *pgpaths, struct dm_target *ti)
> {
> struct pgpath *pgpath, *tmp;
> + struct multipath *m = (struct multipath *) ti->private;
> @@ -546,6 +549,7 @@ static struct pgpath *parse_path(struct
> {
> int r;
> struct pgpath *p;
> + struct multipath *m = (struct multipath *) ti->private;
FYI We're not writing explicit casts in cases like that in new dm code.
Alasdair
--
agk@redhat.com
next prev parent reply other threads:[~2008-07-18 0:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-17 23:52 [PATCH 0/8] scsi_dh update Chandra Seetharaman
2008-07-17 23:52 ` [PATCH 1/8] scsi_dh: Implement common device table handling Chandra Seetharaman
2008-07-17 23:52 ` [PATCH 2/8] scsi_dh: Add 'dh_state' sysfs attribute Chandra Seetharaman
2008-07-17 23:53 ` [PATCH 3/8] scsi_dh: Update EMC handler Chandra Seetharaman
2008-07-17 23:53 ` [PATCH 4/8] scsi_dh: Update hp_sw hardware handler Chandra Seetharaman
2008-07-17 23:53 ` [PATCH 5/8] scsi_dh: Update RDAC device handler Chandra Seetharaman
2008-07-17 23:53 ` [PATCH 6/8] scsi_dh: add generic SPC-3 alua handler Chandra Seetharaman
2008-07-17 23:53 ` [PATCH 7/8] scsi_dh: attach to hardware handler from dm-mpath Chandra Seetharaman
2008-07-18 0:08 ` Alasdair G Kergon [this message]
2008-07-18 0:49 ` [dm-devel] " Chandra Seetharaman
2008-07-17 23:53 ` [PATCH 8/8] scsi_dh: create lookup cache Chandra Seetharaman
-- strict thread matches above, loose matches on Subject: below --
2008-07-17 7:39 [PATCH 7/8] scsi_dh: attach to hardware handler from dm-mpath Hannes Reinecke
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=20080718000854.GV7155@agk.fab.redhat.com \
--to=agk@redhat.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=dm-devel@redhat.com \
--cc=linux-scsi@vger.kernel.org \
--cc=sekharan@us.ibm.com \
/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