Re: [PATCH] device-mapper: multipath hardware handler for EMC

2005-02-12 Thread Mike Christie
Christoph Hellwig wrote: +/* Code borrowed from dm-lsi-rdac by Mike Christie */ Any reason that module isn't submitted? I do not have access to their HW specs, and have been busy with some iscsi things so I did not have time to finish things up. I was also hoping LSI would soon figure out that

Re: [PATCH] device-mapper: multipath hardware handler for EMC

2005-02-12 Thread Mike Christie
Christoph Hellwig wrote: +/* Code borrowed from dm-lsi-rdac by Mike Christie */ Any reason that module isn't submitted? I do not have access to their HW specs, and have been busy with some iscsi things so I did not have time to finish things up. I was also hoping LSI would soon figure out that

Re: [PATCH] device-mapper: multipath hardware handler for EMC

2005-02-11 Thread Lars Marowsky-Bree
On 2005-02-11T19:58:41, Christoph Hellwig <[EMAIL PROTECTED]> wrote: > > +/* Code borrowed from dm-lsi-rdac by Mike Christie */ > > Any reason that module isn't submitted? No idea why. > > + bio->bi_bdev = path->dev->bdev; > > + bio->bi_sector = 0; > > + bio->bi_private = path; > > +

Re: [PATCH] device-mapper: multipath hardware handler for EMC

2005-02-11 Thread Christoph Hellwig
> +/* Code borrowed from dm-lsi-rdac by Mike Christie */ Any reason that module isn't submitted? > + bio->bi_bdev = path->dev->bdev; > + bio->bi_sector = 0; > + bio->bi_private = path; > + bio->bi_end_io = emc_endio; > + > + page = alloc_page(GFP_ATOMIC); > + if (!page) {

[PATCH] device-mapper: multipath hardware handler for EMC

2005-02-11 Thread Alasdair G Kergon
Outline Hardware Handler for EMC CLARiiON AX/CX-series. Signed-Off-By: Alasdair G Kergon <[EMAIL PROTECTED]> From: Lars Marowsky-Bree <[EMAIL PROTECTED]> --- diff/drivers/md/Kconfig 2005-02-09 14:41:52.0 + +++ source/drivers/md/Kconfig 2005-02-09 14:42:24.0 + @@

[PATCH] device-mapper: multipath hardware handler for EMC

2005-02-11 Thread Alasdair G Kergon
Outline Hardware Handler for EMC CLARiiON AX/CX-series. Signed-Off-By: Alasdair G Kergon [EMAIL PROTECTED] From: Lars Marowsky-Bree [EMAIL PROTECTED] --- diff/drivers/md/Kconfig 2005-02-09 14:41:52.0 + +++ source/drivers/md/Kconfig 2005-02-09 14:42:24.0 + @@ -233,5

Re: [PATCH] device-mapper: multipath hardware handler for EMC

2005-02-11 Thread Christoph Hellwig
+/* Code borrowed from dm-lsi-rdac by Mike Christie */ Any reason that module isn't submitted? + bio-bi_bdev = path-dev-bdev; + bio-bi_sector = 0; + bio-bi_private = path; + bio-bi_end_io = emc_endio; + + page = alloc_page(GFP_ATOMIC); + if (!page) { +

Re: [PATCH] device-mapper: multipath hardware handler for EMC

2005-02-11 Thread Lars Marowsky-Bree
On 2005-02-11T19:58:41, Christoph Hellwig [EMAIL PROTECTED] wrote: +/* Code borrowed from dm-lsi-rdac by Mike Christie */ Any reason that module isn't submitted? No idea why. + bio-bi_bdev = path-dev-bdev; + bio-bi_sector = 0; + bio-bi_private = path; + bio-bi_end_io =