[PATCH] unexport clear_page_dirty_for_io
I didn't find any possible modular usage in the kernel. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
99697dc02d
commit
e6a7e0e7ce
@@ -750,7 +750,6 @@ int clear_page_dirty_for_io(struct page *page)
|
|||||||
}
|
}
|
||||||
return TestClearPageDirty(page);
|
return TestClearPageDirty(page);
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(clear_page_dirty_for_io);
|
|
||||||
|
|
||||||
int test_clear_page_writeback(struct page *page)
|
int test_clear_page_writeback(struct page *page)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user