diff options
Diffstat (limited to 'include/linux/backing-dev.h')
-rw-r--r-- | include/linux/backing-dev.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/backing-dev.h b/include/linux/backing-dev.h index ad3271d1e90a..c49a2d045e11 100644 --- a/include/linux/backing-dev.h +++ b/include/linux/backing-dev.h | |||
@@ -16,6 +16,7 @@ | |||
16 | 16 | ||
17 | struct page; | 17 | struct page; |
18 | struct device; | 18 | struct device; |
19 | struct dentry; | ||
19 | 20 | ||
20 | /* | 21 | /* |
21 | * Bits in backing_dev_info.state | 22 | * Bits in backing_dev_info.state |
@@ -55,6 +56,11 @@ struct backing_dev_info { | |||
55 | unsigned int max_ratio, max_prop_frac; | 56 | unsigned int max_ratio, max_prop_frac; |
56 | 57 | ||
57 | struct device *dev; | 58 | struct device *dev; |
59 | |||
60 | #ifdef CONFIG_DEBUG_FS | ||
61 | struct dentry *debug_dir; | ||
62 | struct dentry *debug_stats; | ||
63 | #endif | ||
58 | }; | 64 | }; |
59 | 65 | ||
60 | int bdi_init(struct backing_dev_info *bdi); | 66 | int bdi_init(struct backing_dev_info *bdi); |