aio: be defensive to ensure request batching is non-zero instead of BUG_ON()
authorBenjamin LaHaise <bcrl@kvack.org>
Wed, 31 Jul 2013 14:34:18 +0000 (10:34 -0400)
committerBenjamin 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