From: Boaz Harrosh Date: Sun, 17 May 2009 15:57:15 +0000 (+0300) Subject: block: Add blk_make_request(), takes bio, returns a request X-Git-Tag: v2.6.31-rc1~389^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79eb63e9e5875b84341a3a05f8e6ae9cdb4bb6f6;p=pandora-kernel.git block: Add blk_make_request(), takes bio, returns a request New block API: given a struct bio allocates a new request. This is the parallel of generic_make_request for BLOCK_PC commands users. The passed bio may be a chained-bio. The bio is bounced if needed inside the call to this member. This is in the effort of un-exporting blk_rq_append_bio(). Signed-off-by: Boaz Harrosh CC: Jeff Garzik Signed-off-by: Jens Axboe --- Reading git-diff-tree failed