Skip to content
Snippets Groups Projects
Commit 2b1191af authored by Jens Axboe's avatar Jens Axboe Committed by Jens Axboe
Browse files

[PATCH] elevator: elevator_type member not used


elevator_type field in elevator_type structure is useless:
it isn't used anywhere in kernel sources.

Signed-off-by: default avatarVasily Tarasov <vtaras@openvz.org>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent c25d5180
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,6 @@ struct elevator_type ...@@ -70,7 +70,6 @@ struct elevator_type
{ {
struct list_head list; struct list_head list;
struct elevator_ops ops; struct elevator_ops ops;
struct elevator_type *elevator_type;
struct elv_fs_entry *elevator_attrs; struct elv_fs_entry *elevator_attrs;
char elevator_name[ELV_NAME_MAX]; char elevator_name[ELV_NAME_MAX];
struct module *elevator_owner; struct module *elevator_owner;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment