[PATCH] mm: schedule find_trylock_page() removal
authorNick Piggin <npiggin@suse.de>
Fri, 31 Mar 2006 10:29:56 +0000 (02:29 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 31 Mar 2006 20:18:49 +0000 (12:18 -0800)
commit93fac7041f082297b93655a0e49f659cd7520e40
tree2d8f295087377d4ac0ceea49dd67bb682b04c749
parent9bf9e89c3d147ca8cf9622d2d053684fba77a464
[PATCH] mm: schedule find_trylock_page() removal

find_trylock_page() is an odd interface in that it doesn't take a reference
like the others.  Now that XFS no longer uses it, and its last remaining
caller actually wants an elevated refcount, opencode that callsite and
schedule find_trylock_page() for removal.

Signed-off-by: Nick Piggin <npiggin@suse.de>
Acked-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/feature-removal-schedule.txt
include/linux/pagemap.h
mm/swapfile.c