Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1453706 > unrolled thread

Re: [PATCH] mm: vmscan: fix memcg-aware shrinkers not called on global reclaim

Started byMel Gorman <mgorman@techsingularity.net>
First post2016-08-02 11:40 +0200
Last post2016-08-02 11:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] mm: vmscan: fix memcg-aware shrinkers not called on  global reclaim Mel Gorman <mgorman@techsingularity.net> - 2016-08-02 11:40 +0200

#1453706 — Re: [PATCH] mm: vmscan: fix memcg-aware shrinkers not called on global reclaim

FromMel Gorman <mgorman@techsingularity.net>
Date2016-08-02 11:40 +0200
SubjectRe: [PATCH] mm: vmscan: fix memcg-aware shrinkers not called on global reclaim
Message-ID<s1El3-2B6-23@gated-at.bofh.it>
On Mon, Aug 01, 2016 at 04:03:10PM +0300, Vladimir Davydov wrote:
> We must call shrink_slab() for each memory cgroup on both global and
> memcg reclaim in shrink_node_memcg(). Commit d71df22b55099 accidentally
> changed that so that now shrink_slab() is only called with memcg != NULL
> on memcg reclaim. As a result, memcg-aware shrinkers (including
> dentry/inode) are never invoked on global reclaim. Fix that.
> 
> Fixes: d71df22b55099 ("mm, vmscan: begin reclaiming pages on a per-node basis")
> Signed-off-by: Vladimir Davydov <vdavydov@virtuozzo.com>

Acked-by: Mel Gorman <mgorman@techsingularity.net>

-- 
Mel Gorman
SUSE Labs

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web