From: Tejun Heo Date: Thu, 19 Apr 2012 23:29:21 +0000 (-0700) Subject: block: collapse blk_alloc_request() into get_request() X-Git-Tag: v3.5-rc1~42^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e2b09ab5fa790514d47838f3c05497130908b3;p=pandora-kernel.git block: collapse blk_alloc_request() into get_request() Allocation failure handling in get_request() is about to be updated. To ease the update, collapse blk_alloc_request() into get_request(). This patch doesn't introduce any functional change. Signed-off-by: Tejun Heo Signed-off-by: Jens Axboe --- Reading git-diff-tree failed