]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
mm/page-writeback: export account_page_dirtied()
authorYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 8 Dec 2009 20:52:24 +0000 (12:52 -0800)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 8 Dec 2009 20:52:24 +0000 (12:52 -0800)
commitd8bd35e5922fb8d0a82c2a662370f8e512c9d501
tree34c52b977f0440fdf9cb89dea01de63455afd8c2
parentc2e552e76e2c6907ca50cd9a4b747a2e2e8c615e
mm/page-writeback: export account_page_dirtied()

The ceph filesystem implementation of set_page_dirty is based on
__set_page_dirty_nobuffers(), and needs to use account_page_dirtied(). This
exports it using EXPORT_SYMBOL_GPL.

Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
mm/page-writeback.c