Re: [PATCH 20/34] mm: move vmscan writes and file write accounting to the node

2016-07-12 Thread Johannes Weiner
On Fri, Jul 08, 2016 at 10:34:56AM +0100, Mel Gorman wrote: > As reclaim is now node-based, it follows that page write activity due to > page reclaim should also be accounted for on the node. For consistency, > also account page writes and page dirtying on a per-node basis. > > After this patch,

[PATCH 20/34] mm: move vmscan writes and file write accounting to the node

2016-07-08 Thread Mel Gorman
As reclaim is now node-based, it follows that page write activity due to page reclaim should also be accounted for on the node. For consistency, also account page writes and page dirtying on a per-node basis. After this patch, there are a few remaining zone counters that may appear strange but ar