From: Matthew Wilcox <willy@infradead.org>
To: Adam Jackson <ajax@redhat.com>
Cc: linux-mm@kvack.org
Subject: Re: [PATCH] mm/vmscan: Prioritize anonymous executable pages like we do file-backed
Date: Wed, 4 Mar 2020 12:38:27 -0800 [thread overview]
Message-ID: <20200304203827.GK29971@bombadil.infradead.org> (raw)
In-Reply-To: <20200304203235.3623103-1-ajax@redhat.com>
On Wed, Mar 04, 2020 at 03:32:35PM -0500, Adam Jackson wrote:
> - if ((vm_flags & VM_EXEC) && page_is_file_cache(page)) {
> + if ((vm_flags & VM_EXEC)) {
You can drop one set of parens here
next prev parent reply other threads:[~2020-03-04 20:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-04 20:32 Adam Jackson
2020-03-04 20:38 ` Matthew Wilcox [this message]
2020-03-05 12:47 ` Vlastimil Babka
2020-03-05 20:41 ` Shakeel Butt
2020-03-05 22:58 ` Adam Jackson
2020-03-06 9:22 ` Mel Gorman
2020-03-05 15:17 ` Michal Hocko
2020-03-05 18:05 ` Adam Jackson
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=20200304203827.GK29971@bombadil.infradead.org \
--to=willy@infradead.org \
--cc=ajax@redhat.com \
--cc=linux-mm@kvack.org \
/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