git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca39d65
)
block: Move the second call to get_request to the end of the loop
author
Zhang, Yanmin
<yanmin_zhang@linux.intel.com>
Thu, 22 May 2008 13:13:29 +0000
(15:13 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Wed, 28 May 2008 12:49:27 +0000
(14:49 +0200)
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 <yanmin.zhang@intel.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/blk-core.c
patch
|
blob
|
history
diff --cc
block/blk-core.c
Simple merge