Loading kernel/fork.c +7 −1 Original line number Diff line number Diff line Loading @@ -870,7 +870,13 @@ static void check_mm(struct mm_struct *mm) int i; for (i = 0; i < NR_MM_COUNTERS; i++) { long x = atomic_long_read(&mm->rss_stat.count[i]); long x; /* MM_UNRECLAIMABLE could be freed later in exit_files */ if (i == MM_UNRECLAIMABLE) continue; x = atomic_long_read(&mm->rss_stat.count[i]); if (unlikely(x)) printk(KERN_ALERT "BUG: Bad rss-counter state " Loading Loading
kernel/fork.c +7 −1 Original line number Diff line number Diff line Loading @@ -870,7 +870,13 @@ static void check_mm(struct mm_struct *mm) int i; for (i = 0; i < NR_MM_COUNTERS; i++) { long x = atomic_long_read(&mm->rss_stat.count[i]); long x; /* MM_UNRECLAIMABLE could be freed later in exit_files */ if (i == MM_UNRECLAIMABLE) continue; x = atomic_long_read(&mm->rss_stat.count[i]); if (unlikely(x)) printk(KERN_ALERT "BUG: Bad rss-counter state " Loading