commit | 7a0ebc7ea1db42a71841df6a15be9fd420fae980 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Wed Jun 17 14:54:18 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Wed Jun 17 14:54:18 2009 +0200 |
tree | cc19890abb77294e898e70bbb150059a7088b8a5 | |
parent | 65795efbd380a832ae508b04dba8f8e53f0b84d9 [diff] |
floppy: switch to one queue per drive instead of sharing a queue Pretty straight forward conversion. Note that we do round-robin between the drives that have available requests, before we simply used the drive that the IO scheduler told us to. Since the IO scheduler doesn't care about multiple devices per queue, the resulting sort would not have made sense. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>