summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@suse.de>2003-07-31 08:06:17 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-07-31 08:06:17 -0700
commit97e8b8a2571d1ae153352f1bbf26cb3cc3d28496 (patch)
tree3b5514723e821929a27ae623c2808d82c11450bb
parent4425bdfd4d5d77eaff87b6eeee8e4831b297f4e4 (diff)
[PATCH] get rid of unused request_queue field queue_wait
From Lou Langholtz <ldl@aros.net> The queue_wait field of struct request_queue is not used anymore, and this gets rid of it.
-rw-r--r--drivers/block/ll_rw_blk.c1
-rw-r--r--include/linux/blkdev.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/block/ll_rw_blk.c b/drivers/block/ll_rw_blk.c
index 74e65481e35c..16773ffa778a 100644
--- a/drivers/block/ll_rw_blk.c
+++ b/drivers/block/ll_rw_blk.c
@@ -225,7 +225,6 @@ void blk_queue_make_request(request_queue_t * q, make_request_fn * mfn)
*/
blk_queue_bounce_limit(q, BLK_BOUNCE_HIGH);
- init_waitqueue_head(&q->queue_wait);
INIT_LIST_HEAD(&q->plug_list);
}
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index f31cbc86c398..3ecd87c1ea1c 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -337,8 +337,6 @@ struct request_queue
unsigned long seg_boundary_mask;
unsigned int dma_alignment;
- wait_queue_head_t queue_wait;
-
struct blk_queue_tag *queue_tags;
/*