* [2.6 patch] drivers/block/ll_rw_blk.c: make a function static
@ 2005-11-02 18:15 Adrian Bunk
2005-11-03 7:37 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2005-11-02 18:15 UTC (permalink / raw)
To: Jens Axboe; +Cc: linux-kernel
This patch makes a needlessly global function static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.14-rc5-mm1-full/drivers/block/ll_rw_blk.c.old 2005-11-02 18:41:30.000000000 +0100
+++ linux-2.6.14-rc5-mm1-full/drivers/block/ll_rw_blk.c 2005-11-02 18:41:59.000000000 +0100
@@ -2314,9 +2314,9 @@
* Insert a fully prepared request at the back of the io scheduler queue
* for execution. Don't wait for completion.
*/
-void blk_execute_rq_nowait(request_queue_t *q, struct gendisk *bd_disk,
- struct request *rq, int at_head,
- void (*done)(struct request *))
+static void blk_execute_rq_nowait(request_queue_t *q, struct gendisk *bd_disk,
+ struct request *rq, int at_head,
+ void (*done)(struct request *))
{
int where = at_head ? ELEVATOR_INSERT_FRONT : ELEVATOR_INSERT_BACK;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-03 7:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-02 18:15 [2.6 patch] drivers/block/ll_rw_blk.c: make a function static Adrian Bunk
2005-11-03 7:37 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox