Files
linux/include/linux
Damien Le Moal 9305d5d721 block: Fix elevator name declaration
The elevator_name field in struct elevator_type is declared as an array
of characters (ELV_NAME_MAX size) but in practice used as a string
pointer with its initialization done statically within each
elevator elevator_type structure declaration.

Change the declaration of elevator_name to the more appropriate
"const char *" type.

Acked-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-07-10 14:18:01 -06:00
..
2019-06-20 09:23:22 +02:00
2019-07-10 09:00:57 -06:00
2019-05-14 19:52:50 -07:00
2019-07-01 08:18:54 -06:00
2019-07-10 09:00:57 -06:00
2019-07-10 09:00:57 -06:00
2019-06-06 16:53:12 -07:00
2019-06-14 20:18:27 -07:00
2019-05-09 15:25:13 -04:00
2019-06-12 20:27:13 +02:00
2019-07-08 11:00:02 +02:00
2019-06-12 20:30:39 +02:00
2019-05-14 19:52:51 -07:00
2019-06-12 11:42:13 +02:00
2019-06-15 12:25:49 +02:00
2019-05-14 19:52:48 -07:00
2019-05-16 15:51:55 -07:00
2019-07-08 10:51:25 +02:00
2019-06-14 20:18:27 -07:00
2019-06-15 18:47:31 -07:00
2019-07-07 11:50:03 +02:00
2019-05-15 17:35:54 +01:00
2019-07-10 09:00:57 -06:00