mm: exporting account_page_dirty
authorMichael Rubin <mrubin@google.com>
Fri, 20 Aug 2010 09:31:26 +0000 (02:31 -0700)
committerSage Weil <sage@newdream.net>
Sun, 22 Aug 2010 22:16:51 +0000 (15:16 -0700)
This allows code outside of the mm core to safely manipulate page state
and not worry about the other accounting. Not using these routines means
that some code will lose track of the accounting and we get bugs. This
has happened once already.

Signed-off-by: Michael Rubin <mrubin@google.com>
Signed-off-by: Sage Weil <sage@newdream.net>

No differences found