summaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c
diff options
context:
space:
mode:
authorHans Reiser2005-11-18 10:10:53 +0100
committerLinus Torvalds2005-11-18 16:49:45 +0100
commit58bb01a9cd72eebf60d00c57b948a76aa7b85727 (patch)
tree556a2185831feae57684f9c92f011a559420dab7 /mm/page-writeback.c
parent[PATCH] add success/failure indication to RCU torture test (diff)
downloadkernel-qcow2-linux-58bb01a9cd72eebf60d00c57b948a76aa7b85727.tar.gz
kernel-qcow2-linux-58bb01a9cd72eebf60d00c57b948a76aa7b85727.tar.xz
kernel-qcow2-linux-58bb01a9cd72eebf60d00c57b948a76aa7b85727.zip
[PATCH] re-export clear_page_dirty_for_io()
2.6.14 has this exported, and reiser4 (at least) uses it. Put things back the way they were. Signed-off-by: Vladimir V. Saveliev <vs@namesys.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm/page-writeback.c')
-rw-r--r--mm/page-writeback.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/page-writeback.c b/mm/page-writeback.c
index 74138c9a22b9..0166ea15c9ee 100644
--- a/mm/page-writeback.c
+++ b/mm/page-writeback.c
@@ -750,6 +750,7 @@ int clear_page_dirty_for_io(struct page *page)
}
return TestClearPageDirty(page);
}
+EXPORT_SYMBOL(clear_page_dirty_for_io);
int test_clear_page_writeback(struct page *page)
{