From: Hugh Dickins Date: Wed, 23 Nov 2005 21:37:38 +0000 (-0800) Subject: [PATCH] mm: unbloat get_futex_key X-Git-Tag: v2.6.15-rc3~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc3327e7dfc16a9a3e164075234c869867a59e45;p=pandora-kernel.git [PATCH] mm: unbloat get_futex_key The follow_page changes in get_futex_key have left it with two almost identical blocks, when handling the rare case of a futex in a nonlinear vma. get_user_pages will itself do that follow_page, and its additional find_extend_vma is hardly any overhead since the vma is already cached. Let's just delete the follow_page block and let get_user_pages do it. Signed-off-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed