From: Bartlomiej Zolnierkiewicz Date: Fri, 25 Jan 2008 21:17:16 +0000 (+0100) Subject: ide: convert do_rw_taskfile() to use ->data_phase X-Git-Tag: v2.6.25-rc1~1236^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10d90157c83d4b6743c9063c36f9e7f27aa254b6;p=pandora-kernel.git ide: convert do_rw_taskfile() to use ->data_phase * Use task->data_phase in do_rw_taskfile() to decide what to do. * task->prehandler is only used by TASKFILE[_MULTI]_OUT so just use pre_task_out_intr() directly and remove no longer needed 'prehandler' field from ide_task_t. * Remove no longer needed ide_pre_handler_t type. There should be no functionality changes caused by this patch. Acked-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed