From: Bartlomiej Zolnierkiewicz Date: Fri, 27 Mar 2009 11:46:38 +0000 (+0100) Subject: ide: pass command instead of request to ide_pio_datablock() X-Git-Tag: v2.6.30-rc1~623^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adb1af9803d167091c2cb4de14014185054bfe2c;p=pandora-kernel.git ide: pass command instead of request to ide_pio_datablock() * Add IDE_TFLAG_FS taskfile flag and set it for REQ_TYPE_FS requests. * Convert ->{in,out}put_data methods to take command instead of request as an argument. Then convert pre_task_out_intr(), task_end_request(), task_error(), task_in_unexpected(), ide_pio_sector(), ide_pio_multi() and ide_pio_datablock() in similar way. * Rename task_end_request() to ide_finish_cmd(). There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed