|
@@ -1545,7 +1545,7 @@ static inline void wb_dirty_limits(struct dirty_throttle_control *dtc)
|
|
|
* actually dirty; with m+n sitting in the percpu
|
|
|
* deltas.
|
|
|
*/
|
|
|
- if (dtc->wb_thresh < 2 * wb_stat_error(wb)) {
|
|
|
+ if (dtc->wb_thresh < 2 * wb_stat_error()) {
|
|
|
wb_reclaimable = wb_stat_sum(wb, WB_RECLAIMABLE);
|
|
|
dtc->wb_dirty = wb_reclaimable + wb_stat_sum(wb, WB_WRITEBACK);
|
|
|
} else {
|
|
@@ -1803,7 +1803,7 @@ pause:
|
|
|
* more page. However wb_dirty has accounting errors. So use
|
|
|
* the larger and more IO friendly wb_stat_error.
|
|
|
*/
|
|
|
- if (sdtc->wb_dirty <= wb_stat_error(wb))
|
|
|
+ if (sdtc->wb_dirty <= wb_stat_error())
|
|
|
break;
|
|
|
|
|
|
if (fatal_signal_pending(current))
|