From: Borislav Petkov Date: Wed, 16 Jul 2008 18:33:46 +0000 (+0200) Subject: ide-cd: move request prep from cdrom_start_rw_cont to rq issue path X-Git-Tag: v2.6.27-rc1~1049^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90eb808e0fd3cbda8a8b085238930c533f603642;p=pandora-kernel.git ide-cd: move request prep from cdrom_start_rw_cont 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 newline] Signed-off-by: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed