On Tue, 26 Jan 2016, Vlastimil Babka wrote: > 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]> > 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]> > Acked-by: Michal Hocko <[email protected]>
Acked-by: David Rientjes <[email protected]>

