Commit c3a72063 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] unexport lock_page()

It's static inline.  Weird.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 80f1f4d9
......@@ -408,9 +408,7 @@ void fastcall unlock_page(struct page *page)
smp_mb__after_clear_bit();
wake_up_page(page, PG_locked);
}
EXPORT_SYMBOL(unlock_page);
EXPORT_SYMBOL(lock_page);
/*
* End writeback against a page.
......@@ -424,7 +422,6 @@ void end_page_writeback(struct page *page)
smp_mb__after_clear_bit();
wake_up_page(page, PG_writeback);
}
EXPORT_SYMBOL(end_page_writeback);
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment