aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index c773ee545ebd..cfde8b3ee919 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -417,9 +417,9 @@ struct request_queue
417 unsigned int sg_timeout; 417 unsigned int sg_timeout;
418 unsigned int sg_reserved_size; 418 unsigned int sg_reserved_size;
419 int node; 419 int node;
420 420#ifdef CONFIG_BLK_DEV_IO_TRACE
421 struct blk_trace *blk_trace; 421 struct blk_trace *blk_trace;
422 422#endif
423 /* 423 /*
424 * reserved for flush operations 424 * reserved for flush operations
425 */ 425 */