From: Lou Langholtz <ldl@aros.net>

This field has no users.


 drivers/block/ll_rw_blk.c |    1 -
 include/linux/blkdev.h    |    2 --
 2 files changed, 3 deletions(-)

diff -puN drivers/block/ll_rw_blk.c~remove-queue_wait drivers/block/ll_rw_blk.c
--- 25/drivers/block/ll_rw_blk.c~remove-queue_wait	2003-07-28 01:05:24.000000000 -0700
+++ 25-akpm/drivers/block/ll_rw_blk.c	2003-07-28 01:05:24.000000000 -0700
@@ -225,7 +225,6 @@ void blk_queue_make_request(request_queu
 	 */
 	blk_queue_bounce_limit(q, BLK_BOUNCE_HIGH);
 
-	init_waitqueue_head(&q->queue_wait);
 	INIT_LIST_HEAD(&q->plug_list);
 }
 
diff -puN include/linux/blkdev.h~remove-queue_wait include/linux/blkdev.h
--- 25/include/linux/blkdev.h~remove-queue_wait	2003-07-28 01:05:24.000000000 -0700
+++ 25-akpm/include/linux/blkdev.h	2003-07-28 01:05:24.000000000 -0700
@@ -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;
 
 	/*

_