mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] mm: remove find_trylock_page
Remove find_trylock_page as per the removal schedule. Signed-off-by: Nick Piggin <npiggin@suse.de> [ Let's see if anybody screams ] Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
f049274b01
commit
62045305c2
3 changed files with 0 additions and 34 deletions
|
@ -76,8 +76,6 @@ extern struct page * find_get_page(struct address_space *mapping,
|
|||
unsigned long index);
|
||||
extern struct page * find_lock_page(struct address_space *mapping,
|
||||
unsigned long index);
|
||||
extern __deprecated_for_modules struct page * find_trylock_page(
|
||||
struct address_space *mapping, unsigned long index);
|
||||
extern struct page * find_or_create_page(struct address_space *mapping,
|
||||
unsigned long index, gfp_t gfp_mask);
|
||||
unsigned find_get_pages(struct address_space *mapping, pgoff_t start,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue