Re: [PATCH 2.6.11-rc2 26/29] ide: map ide_cmd_ioctl() to ide_taskfile_ioctl()

2005-02-03 Thread Bartlomiej Zolnierkiewicz
On Wed, 2 Feb 2005 12:10:37 +0900, Tejun Heo <[EMAIL PROTECTED]> wrote: > > 26_ide_taskfile_cmd_ioctl.patch > > > > ide_cmd_ioctl() converted to use ide_taskfile_ioctl(). This > > is the last user of REQ_DRIVE_CMD. ide_cmd_ioctl() needs to map to taskfile transport not

Re: [PATCH 2.6.11-rc2 26/29] ide: map ide_cmd_ioctl() to ide_taskfile_ioctl()

2005-02-03 Thread Bartlomiej Zolnierkiewicz
On Fri, 04 Feb 2005 11:11:57 +0900, Tejun Heo <[EMAIL PROTECTED]> wrote: > Bartlomiej Zolnierkiewicz wrote: > > On Wed, 2 Feb 2005 12:10:37 +0900, Tejun Heo <[EMAIL PROTECTED]> wrote: > > > >>>26_ide_taskfile_cmd_ioctl.patch > >>> > >>> ide_cmd_ioctl() converted to use ide_taskfile_ioctl().

Re: [PATCH 2.6.11-rc2 26/29] ide: map ide_cmd_ioctl() to ide_taskfile_ioctl()

2005-02-03 Thread Tejun Heo
Bartlomiej Zolnierkiewicz wrote: On Wed, 2 Feb 2005 12:10:37 +0900, Tejun Heo <[EMAIL PROTECTED]> wrote: 26_ide_taskfile_cmd_ioctl.patch ide_cmd_ioctl() converted to use ide_taskfile_ioctl(). This is the last user of REQ_DRIVE_CMD. ide_cmd_ioctl() needs to map to taskfile transport not

Re: [PATCH 2.6.11-rc2 26/29] ide: map ide_cmd_ioctl() to ide_taskfile_ioctl()

2005-02-03 Thread Tejun Heo
Bartlomiej Zolnierkiewicz wrote: On Wed, 2 Feb 2005 12:10:37 +0900, Tejun Heo [EMAIL PROTECTED] wrote: 26_ide_taskfile_cmd_ioctl.patch ide_cmd_ioctl() converted to use ide_taskfile_ioctl(). This is the last user of REQ_DRIVE_CMD. ide_cmd_ioctl() needs to map to taskfile transport not

Re: [PATCH 2.6.11-rc2 26/29] ide: map ide_cmd_ioctl() to ide_taskfile_ioctl()

2005-02-03 Thread Bartlomiej Zolnierkiewicz
On Fri, 04 Feb 2005 11:11:57 +0900, Tejun Heo [EMAIL PROTECTED] wrote: Bartlomiej Zolnierkiewicz wrote: On Wed, 2 Feb 2005 12:10:37 +0900, Tejun Heo [EMAIL PROTECTED] wrote: 26_ide_taskfile_cmd_ioctl.patch ide_cmd_ioctl() converted to use ide_taskfile_ioctl(). This is the

Re: [PATCH 2.6.11-rc2 26/29] ide: map ide_cmd_ioctl() to ide_taskfile_ioctl()

2005-02-03 Thread Bartlomiej Zolnierkiewicz
On Wed, 2 Feb 2005 12:10:37 +0900, Tejun Heo [EMAIL PROTECTED] wrote: 26_ide_taskfile_cmd_ioctl.patch ide_cmd_ioctl() converted to use ide_taskfile_ioctl(). This is the last user of REQ_DRIVE_CMD. ide_cmd_ioctl() needs to map to taskfile transport not ide_taskfile_ioctl()

Re: [PATCH 2.6.11-rc2 26/29] ide: map ide_cmd_ioctl() to ide_taskfile_ioctl()

2005-02-01 Thread Tejun Heo
> 26_ide_taskfile_cmd_ioctl.patch > > ide_cmd_ioctl() converted to use ide_taskfile_ioctl(). This > is the last user of REQ_DRIVE_CMD. Index: linux-ide-export/drivers/ide/ide-iops.c === ---

Re: [PATCH 2.6.11-rc2 26/29] ide: map ide_cmd_ioctl() to ide_taskfile_ioctl()

2005-02-01 Thread Tejun Heo
26_ide_taskfile_cmd_ioctl.patch ide_cmd_ioctl() converted to use ide_taskfile_ioctl(). This is the last user of REQ_DRIVE_CMD. Index: linux-ide-export/drivers/ide/ide-iops.c === ---