diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 8bd2a271b2d8..9f921bf4bf8c 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -365,6 +365,7 @@ struct request_queue | |||
365 | */ | 365 | */ |
366 | unsigned int flush_flags; | 366 | unsigned int flush_flags; |
367 | unsigned int flush_not_queueable:1; | 367 | unsigned int flush_not_queueable:1; |
368 | unsigned int flush_queue_delayed:1; | ||
368 | unsigned int flush_pending_idx:1; | 369 | unsigned int flush_pending_idx:1; |
369 | unsigned int flush_running_idx:1; | 370 | unsigned int flush_running_idx:1; |
370 | unsigned long flush_pending_since; | 371 | unsigned long flush_pending_since; |