aboutsummaryrefslogtreecommitdiff
path: root/lib/livepatch/test_klp_callbacks_mod.c
diff options
context:
space:
mode:
authorYang Shi <[email protected]>2020-08-06 23:19:55 -0700
committerLinus Torvalds <[email protected]>2020-08-07 11:33:23 -0700
commitb9306a796cad8a65f4d21779524e73fe0745bae1 (patch)
tree4a2b19eb90d42f76fcabdfc6e44106ba0607d9ea /lib/livepatch/test_klp_callbacks_mod.c
parent6dc5ea16c86f753951f53085aa04df49cf17cb50 (diff)
mm: filemap: clear idle flag for writes
Since commit bbddabe2e436aa ("mm: filemap: only do access activations on reads"), mark_page_accessed() is called for reads only. But the idle flag is cleared by mark_page_accessed() so the idle flag won't get cleared if the page is write accessed only. Basically idle page tracking is used to estimate workingset size of workload, noticeable size of workingset might be missed if the idle flag is not maintained correctly. It seems good enough to just clear idle flag for write operations. Fixes: bbddabe2e436 ("mm: filemap: only do access activations on reads") Reported-by: Gang Deng <[email protected]> Signed-off-by: Yang Shi <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Reviewed-by: Shakeel Butt <[email protected]> Cc: Johannes Weiner <[email protected]> Cc: Rik van Riel <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/livepatch/test_klp_callbacks_mod.c')
0 files changed, 0 insertions, 0 deletions