diff options
| -rw-r--r-- | fs/buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/buffer.c b/fs/buffer.c index 7d51e649b19a..3db4a26adc44 100644 --- a/fs/buffer.c +++ b/fs/buffer.c | |||
| @@ -2246,6 +2246,8 @@ int cont_expand_zero(struct file *file, struct address_space *mapping, | |||
| 2246 | goto out; | 2246 | goto out; |
| 2247 | BUG_ON(err != len); | 2247 | BUG_ON(err != len); |
| 2248 | err = 0; | 2248 | err = 0; |
| 2249 | |||
| 2250 | balance_dirty_pages_ratelimited(mapping); | ||
| 2249 | } | 2251 | } |
| 2250 | 2252 | ||
| 2251 | /* page covers the boundary, find the boundary offset */ | 2253 | /* page covers the boundary, find the boundary offset */ |
