commit | 3701b0332330ca1add3e5d56513ef201ff7efdbb | [log] [tgz] |
---|---|---|
author | KOSAKI Motohiro <[email protected]> | Mon Sep 21 17:01:29 2009 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Sep 22 07:17:26 2009 -0700 |
tree | a4b47de49b0ebb763f35c3984168a9075cba6052 | |
parent | b904dcfed6967e9cfc8a54778498f6d289420309 [diff] |
mm: show_free_areas(): display slab pages in two separate fields If an OOM happens, we really want to know the number of remaining reclaimable pages. So the reclaimable slab and unreclaimable slab fields should not be combined for display. Signed-off-by: KOSAKI Motohiro <[email protected]> Reviewed-by: Minchan Kim <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>