Re: [PATCH 2.6.11-rc2 05/09] ide: map ide_task_ioctl() to ide_taskfile_ioctl()

From: Tejun Heo
Date: Mon Feb 07 2005 - 00:07:02 EST


Bartlomiej Zolnierkiewicz wrote:
On Sat, 5 Feb 2005 11:15:56 +0900 (KST), Tejun Heo <tj@xxxxxxxxxxx> wrote:


- int err = 0;
- u8 args[7], *argbuf = args;
- int argsize = 7;
+ u8 args[7];
+ ide_task_t task;
+ task_ioreg_t *regs = task.tfRegister;


u8 *regs please


Sure.


+ int ret;


What is the reason for changing the name of variable
(other than making the patch bigger ;) ?

Heh, Heh, I thought I could get away with it.

I'll restore it. :-)

Please also read comments to patch #4.

Thanks.

--
tejun

-
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/