[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200610091006.k99A6X7I032599@vass.7ka.mipt.ru>
Date: Mon, 9 Oct 2006 14:06:33 +0400
From: "Vasily Tarasov" <vtaras@...nvz.org>
To: "Jens Axboe" <axboe@...e.de>
CC: "Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>
Subject: [PATCH] block layer: useless elevator_type field in elevator_type structure
elevator_type field in elevator_type structure is useless:
it isn't used anywhere in kernel sources.
Signed-off-by: Vasily Tarasov <vtaras@...nvz.org>
--
--- 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists