From: Bartlomiej Zolnierkiewicz Date: Fri, 27 Mar 2009 11:46:37 +0000 (+0100) Subject: ide: use blk_fs_request() check in ide-taskfile.c X-Git-Tag: v2.6.30-rc1~623^2~28 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b109f526cabcd098131e770fd6232282bce147b4;p=pandora-kernel.git ide: use blk_fs_request() check in ide-taskfile.c Use blk_fs_request() in ide-taskfile.c instead of checking for: - rq->bio in ide_pio_datablock() and task_error() - rq->cmd_type == REQ_TYPE_ATA_TASKFILE in task_end_request() There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed