commit | 1faa16d22877f4839bd433547d770c676d1d964c | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Mon Apr 06 14:48:01 2009 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 06 08:04:53 2009 -0700 |
tree | 9a0d50be1ef0358c1f53d7107413100904e7d526 | |
parent | 0221c81b1b8eb0cbb6b30a0ced52ead32d2b4e4c [diff] |
block: change the request allocation/congestion logic to be sync/async based This makes sure that we never wait on async IO for sync requests, instead of doing the split on writes vs reads. Signed-off-by: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>