I guess we want that to rollback effects of account_page_dirtied() in set_page_dirty_notag(). Signed-off-by: Ivan Shapovalov <intelfx100@xxxxxxxxx> --- As always -- I'm not sure that this change is correct, but it seems so. fs/reiser4/entd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/reiser4/entd.c b/fs/reiser4/entd.c index bff4bfa..c254e71 100644 --- a/fs/reiser4/entd.c +++ b/fs/reiser4/entd.c @@ -303,6 +303,7 @@ int write_page_by_ent(struct page *page, struct writeback_control *wbc) * write it - it will remain dirty */ set_page_dirty_notag(page); + account_page_redirty(page); /* * pin inode in memory, unlock page, entd_flush will iput. We can not -- 2.6.0 -- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html