diff options
author | Nick Piggin <npiggin@suse.de> | 2007-02-09 05:28:19 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-09 08:06:14 -0800 |
commit | 62045305c20a194127ae87ccf963cfe6ffde7c4e (patch) | |
tree | e672f27c6fd422aa9c2a7ec1ed30fb479510ed15 /include/linux | |
parent | f049274b012fd3b50113f194bfbbcbc3143d0da3 (diff) | |
download | op-kernel-dev-62045305c20a194127ae87ccf963cfe6ffde7c4e.zip op-kernel-dev-62045305c20a194127ae87ccf963cfe6ffde7c4e.tar.gz |
[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>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/pagemap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h index c3e255b..7a8dcb8 100644 --- a/include/linux/pagemap.h +++ b/include/linux/pagemap.h @@ -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, |