mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 10:50:53 +07:00
[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>
This commit is contained in:
parent
996417d2c4
commit
58bb01a9cd
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user