Linux block layer
 help / color / mirror / Atom feed
* [RFC] iosched: add cfq -> bfq alias
@ 2021-03-06 22:46 Xose Vazquez Perez
  2021-03-07 19:26 ` Oleksandr Natalenko
  0 siblings, 1 reply; 4+ messages in thread
From: Xose Vazquez Perez @ 2021-03-06 22:46 UTC (permalink / raw)
  To: Paolo Valente, Jens Axboe, BLOCK ML


Avoid break old scrips and udev rules.

diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c
index 95586137194e..8c6c82860a45 100644
--- a/block/bfq-iosched.c
+++ b/block/bfq-iosched.c
@@ -6914,6 +6914,7 @@ static struct elevator_type iosched_bfq_mq = {
  	.icq_align =		__alignof__(struct bfq_io_cq),
  	.elevator_attrs =	bfq_attrs,
  	.elevator_name =	"bfq",
+	.elevator_alias =	"cfq",
  	.elevator_owner =	THIS_MODULE,
  };
  MODULE_ALIAS("bfq-iosched");

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-24 22:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-06 22:46 [RFC] iosched: add cfq -> bfq alias Xose Vazquez Perez
2021-03-07 19:26 ` Oleksandr Natalenko
2021-03-24 22:10   ` Xose Vazquez Perez
2021-03-24 22:16     ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox