From: Bartlomiej Zolnierkiewicz Date: Fri, 27 Mar 2009 11:46:42 +0000 (+0100) Subject: ide: add ide_end_rq() (v2) X-Git-Tag: v2.6.30-rc1~623^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1caf236dafb7291f9fdfe54b12dd945aec0dca03;p=pandora-kernel.git ide: add ide_end_rq() (v2) * Move request dequeuing from __ide_end_request() to ide_end_request(). * Rename __ide_end_request() to ide_end_rq() and export it. * Fix ide_end_rq() to pass original blk_end_request() return value. * ide_end_dequeued_request() is used only in cdrom_end_request() so inline it there and then remove the function. v2: * Remove needless BUG_ON() while at it (start_request()'s one is enough). There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed