diff options
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index d1b6f4ed1f96..65c2f8c70089 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -393,6 +393,9 @@ struct request_queue { | |||
393 | /* Throttle data */ | 393 | /* Throttle data */ |
394 | struct throtl_data *td; | 394 | struct throtl_data *td; |
395 | #endif | 395 | #endif |
396 | #ifdef CONFIG_LOCKDEP | ||
397 | int ioc_release_depth; | ||
398 | #endif | ||
396 | }; | 399 | }; |
397 | 400 | ||
398 | #define QUEUE_FLAG_QUEUED 1 /* uses generic tag queueing */ | 401 | #define QUEUE_FLAG_QUEUED 1 /* uses generic tag queueing */ |