aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/elevator.h
diff options
context:
space:
mode:
authorCoywolf Qi Hunt <qiyong@fc-cn.com>2005-12-28 10:55:49 +0100
committerJens Axboe <axboe@nelson.home.kernel.dk>2006-01-09 14:44:15 +0100
commit769db45b73896a88d6b40e3e648dfc50a155ec93 (patch)
tree773ffec86ddf1ab3ddaf1de5959ec3b94807e395 /include/linux/elevator.h
parent[BLOCK][TRIVIAL] ll_rw_blk: header included twice (diff)
downloadlinux-dev-769db45b73896a88d6b40e3e648dfc50a155ec93.tar.xz
linux-dev-769db45b73896a88d6b40e3e648dfc50a155ec93.zip
make elv_try_merge() static, kill the dead declaration of
elv_try_last_merge(). Signed-off-by: Coywolf Qi Hunt <qiyong@fc-cn.com> Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to 'include/linux/elevator.h')
-rw-r--r--include/linux/elevator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/elevator.h b/include/linux/elevator.h
index fb80fa44c4dd..4a6f50e31c73 100644
--- a/include/linux/elevator.h
+++ b/include/linux/elevator.h
@@ -114,8 +114,6 @@ extern ssize_t elv_iosched_store(request_queue_t *, const char *, size_t);
extern int elevator_init(request_queue_t *, char *);
extern void elevator_exit(elevator_t *);
extern int elv_rq_merge_ok(struct request *, struct bio *);
-extern int elv_try_merge(struct request *, struct bio *);
-extern int elv_try_last_merge(request_queue_t *, struct bio *);
/*
* Return values from elevator merger