diff options
Diffstat (limited to 'include/linux/backing-dev.h')
-rw-r--r-- | include/linux/backing-dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/backing-dev.h b/include/linux/backing-dev.h index 557d84063934..ace73f96eb1e 100644 --- a/include/linux/backing-dev.h +++ b/include/linux/backing-dev.h | |||
@@ -66,7 +66,7 @@ static inline bool bdi_has_dirty_io(struct backing_dev_info *bdi) | |||
66 | static inline void __add_wb_stat(struct bdi_writeback *wb, | 66 | static inline void __add_wb_stat(struct bdi_writeback *wb, |
67 | enum wb_stat_item item, s64 amount) | 67 | enum wb_stat_item item, s64 amount) |
68 | { | 68 | { |
69 | __percpu_counter_add(&wb->stat[item], amount, WB_STAT_BATCH); | 69 | percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); |
70 | } | 70 | } |
71 | 71 | ||
72 | static inline void __inc_wb_stat(struct bdi_writeback *wb, | 72 | static inline void __inc_wb_stat(struct bdi_writeback *wb, |