commit | b8eceeb99014cf5ae90d7f2c606d36074baa73ae | [log] [tgz] |
---|---|---|
author | Vlastimil Babka <[email protected]> | Tue Mar 15 14:55:59 2016 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Mar 15 16:55:16 2016 -0700 |
tree | 44318ffbbb61c22aa6d158bffcec1253590f109b | |
parent | edf14cdbf9a0e5ab52698ca66d07a76ade0d5c46 [diff] |
mm, debug: replace dump_flags() with the new printk formats With the new printk format strings for flags, we can get rid of dump_flags() in mm/debug.c. This also fixes dump_vma() which used dump_flags() for printing vma flags. However dump_flags() did a page-flags specific filtering of bits higher than NR_PAGEFLAGS in order to remove the zone id part. For dump_vma() this resulted in removing several VM_* flags from the symbolic translation. Signed-off-by: Vlastimil Babka <[email protected]> Acked-by: Michal Hocko <[email protected]> Acked-by: David Rientjes <[email protected]> Cc: Steven Rostedt <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Rasmus Villemoes <[email protected]> Cc: Joonsoo Kim <[email protected]> Cc: Minchan Kim <[email protected]> Cc: Sasha Levin <[email protected]> Cc: "Kirill A. Shutemov" <[email protected]> Cc: Mel Gorman <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>