Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1436741
| From | "Hillf Danton" <hillf.zj@alibaba-inc.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 10/31] mm, vmscan: remove duplicate logic clearing node congestion and dirty state |
| Date | 2016-07-05 06:00 +0200 |
| Message-ID | <rRpGF-5XV-13@gated-at.bofh.it> (permalink) |
| References | <rRpGF-5XV-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> > Reclaim may stall if there is too much dirty or congested data on a node. > This was previously based on zone flags and the logic for clearing the > flags is in two places. As congestion/dirty tracking is now tracked on a > per-node basis, we can remove some duplicate logic. > > Signed-off-by: Mel Gorman <mgorman@techsingularity.net> > --- Acked-by: Hillf Danton <hillf.zj@alibaba-inc.com> > mm/vmscan.c | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) >
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 10/31] mm, vmscan: remove duplicate logic clearing node congestion and dirty state "Hillf Danton" <hillf.zj@alibaba-inc.com> - 2016-07-05 06:00 +0200
csiph-web