aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2010-11-24 12:57:10 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2010-11-25 06:50:46 +0900
commit5f0af70a25593a9d53b87bc8d31902fb7cc63e40 (patch)
tree0abf2f2994398ac2ec11209ba9edc3b433622b3f /fs/proc/task_mmu.c
parente9959f0f37160e1f5351af828cc981712b5066c1 (diff)
downloadkernel_samsung_smdk4412-5f0af70a25593a9d53b87bc8d31902fb7cc63e40.zip
kernel_samsung_smdk4412-5f0af70a25593a9d53b87bc8d31902fb7cc63e40.tar.gz
kernel_samsung_smdk4412-5f0af70a25593a9d53b87bc8d31902fb7cc63e40.tar.bz2
mm: remove call to find_vma in pagewalk for non-hugetlbfs
Commit d33b9f45 ("mm: hugetlb: fix hugepage memory leak in walk_page_range()") introduces a check if a vma is a hugetlbfs one and later in 5dc37642 ("mm hugetlb: add hugepage support to pagemap") it is moved under #ifdef CONFIG_HUGETLB_PAGE but a needless find_vma call is left behind and its result is not used anywhere else in the function. The side-effect of caching vma for @addr inside walk->mm is neither utilized in walk_page_range() nor in called functions. Signed-off-by: David Sterba <dsterba@suse.cz> Reviewed-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Acked-by: Andi Kleen <ak@linux.intel.com> Cc: Andy Whitcroft <apw@canonical.com> Cc: David Rientjes <rientjes@google.com> Cc: Hugh Dickins <hugh.dickins@tiscali.co.uk> Cc: Lee Schermerhorn <lee.schermerhorn@hp.com> Cc: Matt Mackall <mpm@selenic.com> Acked-by: Mel Gorman <mel@csn.ul.ie> Cc: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/proc/task_mmu.c')
0 files changed, 0 insertions, 0 deletions