RE: HEADS UP for gdth driver users

From: Leubner, Achim
Date: Fri Jun 16 2006 - 05:19:58 EST


Andrew,

Here is the changelog and signed-off-by for this patch. Of course I will
follow the SubmittingPatches guideline for future patches, sorry for not
doing it for that patch.
I don't send this mail in the recommended form because the patch is
already added to the mm tree and I want to avoid a duplicate (or does it
not happen?).

-----------------------------------------------------------------------
[PATCH] gdth: remove the scsi_request interface from the gdth driver

From: Achim Leubner <Achim_Leubner@xxxxxxxxxxx>

I removed all scsi_allocate_request()/scsi_release_request() calls and
all scsi_request structures from the driver and I replaced scsi_do_req()
call with a direct call to gdth_queuecommand() to send the request.
Furthermore I made some changes to preserve compatibility to the 2.4.x
kernels.

Signed-off-by: Achim Leubner <Achim_Leubner@xxxxxxxxxxx>

-----------------------------------------------------------------------

Thanks,
Achim

=======================
Achim Leubner
Software Engineer / RAID drivers
ICP vortex GmbH / Adaptec Inc.
Phone: +49-351-8718291



-----Original Message-----
From: Andrew Morton [mailto:akpm@xxxxxxxx]
Sent: Freitag, 9. Juni 2006 20:34
To: Leubner, Achim
Cc: hch@xxxxxx; linux-kernel@xxxxxxxxxxxxxxx
Subject: Re: HEADS UP for gdth driver users

On Fri, 9 Jun 2006 13:03:08 +0200
"Leubner, Achim" <Achim_Leubner@xxxxxxxxxxx> wrote:

> Attached you find a patch to remove the scsi_request interface from
the
> gdth driver.

Please send a changelog and a Signed-off-by: for this patch, as per
http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt and
Documentation/SubmittingPatches.

Please ensure that future patches are prepared in `patch -p1' form, as
per
the same documents, thanks.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/