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 4d9222c2f222..48a62baace58 100644 --- a/include/linux/backing-dev.h +++ b/include/linux/backing-dev.h | |||
@@ -10,6 +10,7 @@ | |||
10 | 10 | ||
11 | #include <linux/percpu_counter.h> | 11 | #include <linux/percpu_counter.h> |
12 | #include <linux/log2.h> | 12 | #include <linux/log2.h> |
13 | #include <linux/proportions.h> | ||
13 | #include <asm/atomic.h> | 14 | #include <asm/atomic.h> |
14 | 15 | ||
15 | struct page; | 16 | struct page; |
@@ -44,6 +45,9 @@ struct backing_dev_info { | |||
44 | void *unplug_io_data; | 45 | void *unplug_io_data; |
45 | 46 | ||
46 | struct percpu_counter bdi_stat[NR_BDI_STAT_ITEMS]; | 47 | struct percpu_counter bdi_stat[NR_BDI_STAT_ITEMS]; |
48 | |||
49 | struct prop_local_percpu completions; | ||
50 | int dirty_exceeded; | ||
47 | }; | 51 | }; |
48 | 52 | ||
49 | int bdi_init(struct backing_dev_info *bdi); | 53 | int bdi_init(struct backing_dev_info *bdi); |