Re: [patch ide-dev 4/9] add ide_task_init_flush() helper

2005-02-28 Thread Bartlomiej Zolnierkiewicz
Hi, On Sunday 27 February 2005 05:56, Tejun Heo wrote: > Hello, > > Just one minor thing. Doesn't moving ide_task_s upward belong to > patch #7? It is needed for ide_task_init_flush() prototype. > > +void ide_task_init_flush(ide_drive_t *, ide_task_t *); - To unsubscribe from this list: sen

Re: [patch ide-dev 4/9] add ide_task_init_flush() helper

2005-02-26 Thread Tejun Heo
Hello, Just one minor thing. Doesn't moving ide_task_s upward belong to patch #7? On Thu, Feb 24, 2005 at 03:41:06PM +0100, Bartlomiej Zolnierkiewicz wrote: > > * add ide_task_init_flush() helper > * use it in do_idedisk_cacheflush() and ide_start_power_step() > * inline do_idedisk_cacheflush

[patch ide-dev 4/9] add ide_task_init_flush() helper

2005-02-24 Thread Bartlomiej Zolnierkiewicz
* add ide_task_init_flush() helper * use it in do_idedisk_cacheflush() and ide_start_power_step() * inline do_idedisk_cacheflush() into ide_cacheflush_p() diff -Nru a/drivers/ide/ide-disk.c b/drivers/ide/ide-disk.c --- a/drivers/ide/ide-disk.c2005-02-19 17:22:58 +01:00 +++ b/drivers/ide/ide-d