aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/blkdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 8699bcf5f099..c8f344ff74fe 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -470,6 +470,7 @@ struct request_queue {
470 struct mutex sysfs_lock; 470 struct mutex sysfs_lock;
471 471
472 int bypass_depth; 472 int bypass_depth;
473 int mq_freeze_depth;
473 474
474#if defined(CONFIG_BLK_DEV_BSG) 475#if defined(CONFIG_BLK_DEV_BSG)
475 bsg_job_fn *bsg_job_fn; 476 bsg_job_fn *bsg_job_fn;