diff options
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index e3ee74fc5903..f55b2a8b6610 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -300,6 +300,11 @@ struct request_queue | |||
300 | unsigned long unplug_delay; /* After this many jiffies */ | 300 | unsigned long unplug_delay; /* After this many jiffies */ |
301 | struct work_struct unplug_work; | 301 | struct work_struct unplug_work; |
302 | 302 | ||
303 | /* | ||
304 | * Delayed queue handling | ||
305 | */ | ||
306 | struct delayed_work delay_work; | ||
307 | |||
303 | struct backing_dev_info backing_dev_info; | 308 | struct backing_dev_info backing_dev_info; |
304 | 309 | ||
305 | /* | 310 | /* |
@@ -677,6 +682,7 @@ extern int blk_insert_cloned_request(struct request_queue *q, | |||
677 | extern void blk_plug_device(struct request_queue *); | 682 | extern void blk_plug_device(struct request_queue *); |
678 | extern void blk_plug_device_unlocked(struct request_queue *); | 683 | extern void blk_plug_device_unlocked(struct request_queue *); |
679 | extern int blk_remove_plug(struct request_queue *); | 684 | extern int blk_remove_plug(struct request_queue *); |
685 | extern void blk_delay_queue(struct request_queue *, unsigned long); | ||
680 | extern void blk_recount_segments(struct request_queue *, struct bio *); | 686 | extern void blk_recount_segments(struct request_queue *, struct bio *); |
681 | extern int scsi_cmd_ioctl(struct request_queue *, struct gendisk *, fmode_t, | 687 | extern int scsi_cmd_ioctl(struct request_queue *, struct gendisk *, fmode_t, |
682 | unsigned int, void __user *); | 688 | unsigned int, void __user *); |