commit | 679ceace848e9fd570678396ffe1ef034e00e82d | [log] [tgz] |
---|---|---|
author | Michael Rubin <mrubin@google.com> | Fri Aug 20 02:31:26 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Sun Aug 22 15:16:51 2010 -0700 |
tree | 670768527852f134cfe3e20d425534a16edd968a | |
parent | eb6bb1c5bdc6e455a9d16cb845cc65afc9b0a617 [diff] |
mm: exporting account_page_dirty 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>