From: NeilBrown Date: Thu, 16 Aug 2007 11:31:27 +0000 (+0200) Subject: New function blk_req_append_bio X-Git-Tag: v2.6.24-rc1~1460^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3001ca77128273cc5634d79f5306ce2e5a14ec41;p=pandora-kernel.git New function blk_req_append_bio ll_back_merge_fn is currently exported to SCSI where is it used, together with blk_rq_bio_prep, in exactly the same way these functions are used in __blk_rq_map_user. So move the common code into a new function (blk_rq_append_bio), and don't export ll_back_merge_fn any longer. Signed-off-by: Neil Brown diff .prev/block/ll_rw_blk.c ./block/ll_rw_blk.c Signed-off-by: Jens Axboe --- Reading git-diff-tree failed