aboutsummaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS
diff options
context:
space:
mode:
authorMinchan Kim <minchan.kim@gmail.com>2010-12-21 17:24:16 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2010-12-22 19:43:33 -0800
commitdd9e5efe3aa9fc5b1ce484a531ecdba3a7a30bbf (patch)
tree2ccf4d51b423706db976c5eab214d0e23195461b /REPORTING-BUGS
parentLinux 2.6.37-rc7 (diff)
downloadlinux-dev-dd9e5efe3aa9fc5b1ce484a531ecdba3a7a30bbf.tar.xz
linux-dev-dd9e5efe3aa9fc5b1ce484a531ecdba3a7a30bbf.zip
mm/compaction.c: avoid double mem_cgroup_del_lru()
del_page_from_lru_list() already called mem_cgroup_del_lru(). So we must not call it again. It adds unnecessary overhead. It was not a runtime bug because the TestClearPageCgroupAcctLRU() early in mem_cgroup_del_lru_list() will prevent any double-deletion, etc. Signed-off-by: Minchan Kim <minchan.kim@gmail.com> Acked-by: Balbir Singh <balbir@linux.vnet.ibm.com> Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> Acked-by: Mel Gorman <mel@csn.ul.ie> Reviewed-by: Johannes Weiner <hannes@cmpxchg.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions