commit | 85c0a037dc7a1a34d6add49d6eaa2deddbf43d7b | [log] [tgz] |
---|---|---|
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | Tue Aug 27 22:19:27 2019 -0300 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Sep 03 08:02:53 2019 -0600 |
tree | 104a5e546143ac35762b9cb794ee0a09443f7c3f | |
parent | cb8acabbe33b110157955a7425ee876fb81e6bbc [diff] |
block: elevator.c: Remove now unused elevator= argument Since the inclusion of blk-mq, elevator argument was not being considered anymore, and it's utility died long with the legacy IO path, now removed too. Reviewed-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Bob Liu <bob.liu@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Fold with doc removal patch. Signed-off-by: Jens Axboe <axboe@kernel.dk>