Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1436741 > unrolled thread
| Started by | "Hillf Danton" <hillf.zj@alibaba-inc.com> |
|---|---|
| First post | 2016-07-05 06:00 +0200 |
| Last post | 2016-07-05 06:00 +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.
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
| From | "Hillf Danton" <hillf.zj@alibaba-inc.com> |
|---|---|
| Date | 2016-07-05 06:00 +0200 |
| Subject | Re: [PATCH 10/31] mm, vmscan: remove duplicate logic clearing node congestion and dirty state |
| Message-ID | <rRpGF-5XV-13@gated-at.bofh.it> |
> > 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 top | Article view | linux.kernel
csiph-web