diff options
| author | Jens Axboe <jens.axboe@oracle.com> | 2008-10-17 08:03:08 -0400 |
|---|---|---|
| committer | Jens Axboe <jens.axboe@oracle.com> | 2008-10-17 08:03:08 -0400 |
| commit | f73e2d13a16cc88c4faa4729967f92bfeec8a142 (patch) | |
| tree | 6844c0e85b9b4ecdc8f2fc30ce8e7d2152d0c417 /block | |
| parent | 713ada9ba94f2ad874cffd074b83e3dc681ca82f (diff) | |
block: remove __generic_unplug_device() from exports
The only out-of-core user is IDE, and that should be using
blk_start_queueing() instead.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block')
| -rw-r--r-- | block/blk-core.c | 1 | ||||
| -rw-r--r-- | block/blk.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index fcbd56dd41fa..81a496004976 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
| @@ -257,7 +257,6 @@ void __generic_unplug_device(struct request_queue *q) | |||
| 257 | 257 | ||
| 258 | q->request_fn(q); | 258 | q->request_fn(q); |
| 259 | } | 259 | } |
| 260 | EXPORT_SYMBOL(__generic_unplug_device); | ||
| 261 | 260 | ||
| 262 | /** | 261 | /** |
| 263 | * generic_unplug_device - fire a request queue | 262 | * generic_unplug_device - fire a request queue |
diff --git a/block/blk.h b/block/blk.h index e5c579769963..d2e49af90db5 100644 --- a/block/blk.h +++ b/block/blk.h | |||
| @@ -20,6 +20,7 @@ void blk_unplug_timeout(unsigned long data); | |||
| 20 | void blk_rq_timed_out_timer(unsigned long data); | 20 | void blk_rq_timed_out_timer(unsigned long data); |
| 21 | void blk_delete_timer(struct request *); | 21 | void blk_delete_timer(struct request *); |
| 22 | void blk_add_timer(struct request *); | 22 | void blk_add_timer(struct request *); |
| 23 | void __generic_unplug_device(struct request_queue *); | ||
| 23 | 24 | ||
| 24 | /* | 25 | /* |
| 25 | * Internal atomic flags for request handling | 26 | * Internal atomic flags for request handling |
