diff options
Diffstat (limited to 'include/linux/backing-dev.h')
| -rw-r--r-- | include/linux/backing-dev.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/backing-dev.h b/include/linux/backing-dev.h index 2a9a9abc9126..238521a19849 100644 --- a/include/linux/backing-dev.h +++ b/include/linux/backing-dev.h | |||
| @@ -18,6 +18,7 @@ | |||
| 18 | #include <linux/writeback.h> | 18 | #include <linux/writeback.h> |
| 19 | #include <linux/atomic.h> | 19 | #include <linux/atomic.h> |
| 20 | #include <linux/sysctl.h> | 20 | #include <linux/sysctl.h> |
| 21 | #include <linux/mutex.h> | ||
| 21 | 22 | ||
| 22 | struct page; | 23 | struct page; |
| 23 | struct device; | 24 | struct device; |
| @@ -105,6 +106,9 @@ struct backing_dev_info { | |||
| 105 | 106 | ||
| 106 | struct timer_list laptop_mode_wb_timer; | 107 | struct timer_list laptop_mode_wb_timer; |
| 107 | 108 | ||
| 109 | cpumask_t *flusher_cpumask; /* used for writeback thread scheduling */ | ||
| 110 | struct mutex flusher_cpumask_lock; | ||
| 111 | |||
| 108 | #ifdef CONFIG_DEBUG_FS | 112 | #ifdef CONFIG_DEBUG_FS |
| 109 | struct dentry *debug_dir; | 113 | struct dentry *debug_dir; |
| 110 | struct dentry *debug_stats; | 114 | struct dentry *debug_stats; |
