From: Boaz Harrosh Date: Sun, 17 May 2009 15:58:41 +0000 (+0300) Subject: libosd: Use of new blk_make_request X-Git-Tag: v2.6.31-rc1~389^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29b70f6ee4f2fa3ef07f55bc9082945861e5391;p=pandora-kernel.git libosd: Use of new blk_make_request Use new blk_make_request() to allocate a request from bio and avoid using deprecated blk_rq_append_bio(). This patch is dependent on a block layer patch titled: [BLOCK] New blk_make_request() takes bio returns request This is the last usage of blk_rq_append_bio in osd, it can now be un-exported. Signed-off-by: Boaz Harrosh CC: Jeff Garzik CC: FUJITA Tomonori Signed-off-by: Jens Axboe --- Reading git-diff-tree failed