commit | 8d38633c3b4093aca7524945f1e9249d7d3a44da | [log] [tgz] |
---|---|---|
author | Konstantin Khebnikov <khlebnikov@yandex-team.ru> | Wed Feb 11 15:26:55 2015 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Feb 11 17:06:04 2015 -0800 |
tree | c2220d43cd690f94dccb8d0f4917199ed5689a9c | |
parent | b30fe6c7ced70f62862c3d09357e7e8084e98d9f [diff] |
page_writeback: put account_page_redirty() after set_page_dirty() Helper account_page_redirty() fixes dirty pages counter for redirtied pages. This patch puts it after dirtying and prevents temporary underflows of dirtied pages counters on zone/bdi and current->nr_dirtied. Signed-off-by: Konstantin Khebnikov <khlebnikov@yandex-team.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>