diff options
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index ab92c4ea138b..b74a3edcb3da 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -586,6 +586,8 @@ struct request_queue { | |||
586 | 586 | ||
587 | size_t cmd_size; | 587 | size_t cmd_size; |
588 | void *rq_alloc_data; | 588 | void *rq_alloc_data; |
589 | |||
590 | struct work_struct release_work; | ||
589 | }; | 591 | }; |
590 | 592 | ||
591 | #define QUEUE_FLAG_QUEUED 1 /* uses generic tag queueing */ | 593 | #define QUEUE_FLAG_QUEUED 1 /* uses generic tag queueing */ |