[2.6 patch] unexport clear_page_dirty_for_io

From: Adrian Bunk
Date: Wed Mar 23 2005 - 22:18:41 EST


I didn't find any possible modular usage in the kernel.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

This patch was already sent on:
- 6 Mar 2005

--- linux-2.6.11-mm1-full/mm/page-writeback.c.old 2005-03-04 16:11:21.000000000 +0100
+++ linux-2.6.11-mm1-full/mm/page-writeback.c 2005-03-04 16:11:35.000000000 +0100
@@ -752,7 +752,6 @@
}
return TestClearPageDirty(page);
}
-EXPORT_SYMBOL(clear_page_dirty_for_io);

int test_clear_page_writeback(struct page *page)
{

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/