commit | cd43e26f071524647e660706b784ebcbefbd2e44 | [log] [tgz] |
---|---|---|
author | Martin K. Petersen <martin.petersen@oracle.com> | Fri May 22 17:17:52 2009 -0400 |
committer | Jens Axboe <jens.axboe@oracle.com> | Fri May 22 23:22:55 2009 +0200 |
tree | 11625a25ba8a7c5cd4fe41b54d53506a7982433b | |
parent | 025146e13b63483add912706c101fb0fb6f015cc [diff] |
block: Expose stacked device queues in sysfs Currently stacking devices do not have a queue directory in sysfs. However, many of the I/O characteristics like sector size, maximum request size, etc. are queue properties. This patch enables the queue directory for MD/DM devices. The elevator code has been modified to deal with queues that do not have an I/O scheduler. Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>