diff options
author | Wu Fengguang <fengguang.wu@intel.com> | 2011-10-03 22:46:17 -0400 |
---|---|---|
committer | Wu Fengguang <fengguang.wu@intel.com> | 2011-10-03 09:08:56 -0400 |
commit | af6a311384bce6c88e15c80ab22ab051a918b4eb (patch) | |
tree | 55ebac9ff575b3b6b4cfe46a38282c007c62d188 /include/linux/writeback.h | |
parent | 6c14ae1e92c77eabd3e7527cf2e7836cde8b8487 (diff) |
writeback: add bg_threshold parameter to __bdi_update_bandwidth()
No behavior change.
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Diffstat (limited to 'include/linux/writeback.h')
-rw-r--r-- | include/linux/writeback.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h index 2b8963ff0f35..ddb4652cb337 100644 --- a/include/linux/writeback.h +++ b/include/linux/writeback.h | |||
@@ -143,6 +143,7 @@ unsigned long bdi_dirty_limit(struct backing_dev_info *bdi, | |||
143 | 143 | ||
144 | void __bdi_update_bandwidth(struct backing_dev_info *bdi, | 144 | void __bdi_update_bandwidth(struct backing_dev_info *bdi, |
145 | unsigned long thresh, | 145 | unsigned long thresh, |
146 | unsigned long bg_thresh, | ||
146 | unsigned long dirty, | 147 | unsigned long dirty, |
147 | unsigned long bdi_thresh, | 148 | unsigned long bdi_thresh, |
148 | unsigned long bdi_dirty, | 149 | unsigned long bdi_dirty, |