commit | 034ebf65c3c21d85b963d39f992258a64a85e3a9 | [log] [tgz] |
---|---|---|
author | Roman Gushchin <[email protected]> | Tue Apr 10 16:27:40 2018 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Apr 11 10:28:29 2018 -0700 |
tree | 205f96f2b6bfd8a8e814d6b9737a0f774987a143 | |
parent | eb59254608bc1d42c4c6afdcdce9c0d3ce02b318 [diff] |
mm: treat indirectly reclaimable memory as available in MemAvailable Adjust /proc/meminfo MemAvailable calculation by adding the amount of indirectly reclaimable memory (rounded to the PAGE_SIZE). Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Roman Gushchin <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Cc: Alexander Viro <[email protected]> Cc: Michal Hocko <[email protected]> Cc: Johannes Weiner <[email protected]> Cc: Mel Gorman <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>