projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c25d518
)
[PATCH] elevator: elevator_type member not used
author
Jens Axboe
<jens.axboe@oracle.com>
Mon, 9 Oct 2006 11:04:35 +0000
(13:04 +0200)
committer
Jens Axboe
<axboe@nelson.home.kernel.dk>
Thu, 12 Oct 2006 13:08:51 +0000
(15:08 +0200)
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>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
include/linux/elevator.h
patch
|
blob
|
history
diff --git
a/include/linux/elevator.h
b/include/linux/elevator.h
index b3370ef5164d0589d3300e91162c0b5599045de1..2fa9f1144228e7270ab626b2daf887ff0eb1b1b9 100644
(file)
--- a/
include/linux/elevator.h
+++ b/
include/linux/elevator.h
@@
-70,7
+70,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;