From: Nick Piggin Date: Fri, 31 Mar 2006 10:29:56 +0000 (-0800) Subject: [PATCH] mm: schedule find_trylock_page() removal X-Git-Tag: v2.6.17-rc1~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93fac7041f082297b93655a0e49f659cd7520e40;p=pandora-kernel.git [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 Acked-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed