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:
db446a0
)
aio: be defensive to ensure request batching is non-zero instead of BUG_ON()
author
Benjamin LaHaise
<bcrl@kvack.org>
Wed, 31 Jul 2013 14:34:18 +0000
(10:34 -0400)
committer
Benjamin LaHaise
<bcrl@kvack.org>
Wed, 31 Jul 2013 14:34:18 +0000
(10:34 -0400)
In the event that an overflow/underflow occurs while calculating req_batch,
clamp the minimum at 1 request instead of doing a BUG_ON().
Signed-off-by: Benjamin LaHaise <bcrl@kvack.org>
No differences found