From: Tejun Heo Date: Mon, 5 Mar 2012 21:15:23 +0000 (-0800) Subject: block: restructure get_request() X-Git-Tag: v3.5-rc1~42^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b679281a6410676a41b175c5a185150a1ae42f9d;p=pandora-kernel.git block: restructure get_request() get_request() is structured a bit unusually in that failure path is inlined in the usual flow with goto labels atop and inside it. Relocate the error path to the end of the function. This is to prepare for icq handling changes in get_request() and doesn't introduce any behavior change. Signed-off-by: Tejun Heo Cc: Vivek Goyal Signed-off-by: Jens Axboe --- Reading git-diff-tree failed