On (07/27/17 04:40), Nadav Amit wrote: [..] > --- a/mm/debug.c > +++ b/mm/debug.c > @@ -159,7 +159,7 @@ void dump_mm(const struct mm_struct *mm) > mm->numa_next_scan, mm->numa_scan_offset, mm->numa_scan_seq, > #endif > #if defined(CONFIG_NUMA_BALANCING) || defined(CONFIG_COMPACTION) > - mm->tlb_flush_pending, > + atomic_read(&mm->tlb_flush_pending), > #endif can we use mm_tlb_flush_pending() here and get rid of ifdef-s? /* I understand that this a -stable patch, so we can do it in a separate patch. */ -ss -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>