[PATCH] block layer: useless elevator_type field in elevator_type structure

From: Vasily Tarasov
Date: Mon Oct 09 2006 - 06:06:37 EST


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

Signed-off-by: Vasily Tarasov <vtaras@xxxxxxxxxx>
--

--- linux-2.6.18/include/linux/elevator.h.orig 2006-10-09 12:31:58.000000000 +0400
+++ linux-2.6.18/include/linux/elevator.h 2006-10-09 12:32:46.000000000 +0400
@@ -66,7 +66,6 @@ struct elevator_type
{
struct list_head list;
struct elevator_ops ops;
- struct elevator_type *elevator_type;
struct elv_fs_entry *elevator_attrs;
char elevator_name[ELV_NAME_MAX];
struct module *elevator_owner;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/