commit | 8ac0d9a81edf2ef4a2268b65b802a6b856dc77e6 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Oct 25 12:35:02 2017 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Oct 25 12:36:50 2017 -0600 |
tree | 569a5e450d44b3f9eea6a5b0f6a65c1d28837ddd | |
parent | 2527d99789e248576ac8081530cd4fd88730f8c7 [diff] |
elevator: allow name aliases Since we now lookup elevator types with the appropriate multiqueue capability, allow schedulers to register with an alias alongside the real name. This is in preparation for allowing 'mq-deadline' to register an alias of 'deadline' as well. Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>