From: Zhang, Yanmin Date: Thu, 22 May 2008 13:13:29 +0000 (+0200) Subject: block: Move the second call to get_request to the end of the loop X-Git-Tag: v2.6.26-rc5~43^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05caf8dbc1880415df3378cfd114d832c9618b60;p=pandora-kernel.git block: Move the second call to get_request to the end of the loop In function get_request_wait, the second call to get_request could be moved to the end of the while loop, because if the first call to get_request fails, the second call will fail without sleep. Signed-off-by: Zhang Yanmin Signed-off-by: Jens Axboe --- Reading git-diff-tree failed