public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] block layer: useless elevator_type field in elevator_type structure
@ 2006-10-09 10:06 Vasily Tarasov
  2006-10-09 10:08 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Vasily Tarasov @ 2006-10-09 10:06 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linux Kernel Mailing List

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

Signed-off-by: Vasily Tarasov <vtaras@openvz.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;

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

end of thread, other threads:[~2006-10-09 10:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-09 10:06 [PATCH] block layer: useless elevator_type field in elevator_type structure Vasily Tarasov
2006-10-09 10:08 ` Jens Axboe

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