diff options
| author | Jens Axboe <axboe@suse.de> | 2003-07-31 08:06:17 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-07-31 08:06:17 -0700 |
| commit | 97e8b8a2571d1ae153352f1bbf26cb3cc3d28496 (patch) | |
| tree | 3b5514723e821929a27ae623c2808d82c11450bb /include/linux/blkdev.h | |
| parent | 4425bdfd4d5d77eaff87b6eeee8e4831b297f4e4 (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.
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; /* |
