From: Borislav Petkov Date: Wed, 16 Jul 2008 18:33:46 +0000 (+0200) Subject: ide-cd: move request prep from cdrom_start_seek_continuation to rq issue path X-Git-Tag: v2.6.27-rc1~1049^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e529c6087a845e64a6a36a2d17b8754b20bc7c0d;p=pandora-kernel.git ide-cd: move request prep from cdrom_start_seek_continuation to rq issue path ... by factoring out the rq preparation code into a separate function called in the request routine. As a nice side effect, this minimizes the IRQ handler execution time. There should be no functionality change resulting from this patch. [bart: s/HWGROUP()/drive->hwif->hwgroup/ and remove extra newlines] Signed-off-by: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed