* [Fwd: [PATCH] clear_page_dirty_for_io.patch]
@ 2005-11-16 9:04 Hans Reiser
0 siblings, 0 replies; only message in thread
From: Hans Reiser @ 2005-11-16 9:04 UTC (permalink / raw)
To: Andrew Morton, LKML, vs
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: [PATCH] clear_page_dirty_for_io.patch --]
[-- Type: message/rfc822, Size: 2085 bytes --]
[-- Attachment #2.1.1: Type: text/plain, Size: 154 bytes --]
This is a request to make clear_page_dirty_for_io() EXPORT_SYMBOL. 2.6.14 has it
exported. So, there is nothing wrong in asking to EXPORT_SYMBOL it back.
[-- Attachment #2.1.2: export-clear_page_dirty_for_io.patch --]
[-- Type: text/plain, Size: 753 bytes --]
From: Vladimir V. Saveliev <vs@namesys.com>
This patch makes clear_page_dirty_for_io to be EXTERN_SYMBOL.
Signed-off-by: Vladimir V. Saveliev <vs@namesys.com>
mm/page-writeback.c | 2 ++
1 files changed, 2 insertions(+)
diff -puN mm/page-writeback.c~export-clear_page_dirty_for_io mm/page-writeback.c
--- linux-2.6.14-mm2/mm/page-writeback.c~export-clear_page_dirty_for_io 2005-11-14 18:33:38.000000000 +0300
+++ linux-2.6.14-mm2-vs/mm/page-writeback.c 2005-11-14 18:34:17.000000000 +0300
@@ -751,6 +751,8 @@ int clear_page_dirty_for_io(struct page
return TestClearPageDirty(page);
}
+EXPORT_SYMBOL(clear_page_dirty_for_io);
+
int test_clear_page_writeback(struct page *page)
{
struct address_space *mapping = page_mapping(page);
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-11-16 9:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-16 9:04 [Fwd: [PATCH] clear_page_dirty_for_io.patch] Hans Reiser
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox