From: Michal Hocko <mhocko@kernel.org>
To: Johannes Weiner <hannes@cmpxchg.org>
Cc: Vladimir Davydov <vdavydov@virtuozzo.com>,
Andrew Morton <akpm@linux-foundation.org>,
linux-mm@kvack.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] memcg: put soft limit reclaim out of way if the excess tree is empty
Date: Mon, 1 Aug 2016 19:39:56 +0200 [thread overview]
Message-ID: <20160801173956.GA31957@dhcp22.suse.cz> (raw)
In-Reply-To: <20160801171717.GB8724@cmpxchg.org>
On Mon 01-08-16 13:17:17, Johannes Weiner wrote:
> On Mon, Aug 01, 2016 at 05:24:54PM +0200, Michal Hocko wrote:
> > @@ -2564,7 +2559,13 @@ unsigned long mem_cgroup_soft_limit_reclaim(pg_data_t *pgdat, int order,
> > return 0;
> >
> > mctz = soft_limit_tree_node(pgdat->node_id);
> > - if (soft_limit_tree_empty(mctz))
> > +
> > + /*
> > + * Do not even bother to check the largest node if the node
>
> root
Fixed
>
> > + * is empty. Do it lockless to prevent lock bouncing. Races
> > + * are acceptable as soft limit is best effort anyway.
> > + */
> > + if (RB_EMPTY_ROOT(&mctz->rb_root))
> > return 0;
>
> Other than that, looks good. Please retain my
>
> Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Thanks.
--
Michal Hocko
SUSE Labs
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
prev parent reply other threads:[~2016-08-01 17:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-01 10:00 Michal Hocko
2016-08-01 13:57 ` Vladimir Davydov
2016-08-01 14:12 ` Michal Hocko
2016-08-01 14:26 ` Vladimir Davydov
2016-08-01 15:03 ` Johannes Weiner
2016-08-01 15:24 ` Michal Hocko
2016-08-01 17:17 ` Johannes Weiner
2016-08-01 17:39 ` Michal Hocko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160801173956.GA31957@dhcp22.suse.cz \
--to=mhocko@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=hannes@cmpxchg.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=vdavydov@virtuozzo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox