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

From: Bartlomiej Zolnierkiewicz
Date: Sun Feb 06 2005 - 13:43:05 EST


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

> + int ret;

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

Please also read comments to patch #4.

Thanks,
Bartlomiej
-
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/