Re: [PATCH 04/09] memcg: make zone_reclaim_stat

From: KOSAKI Motohiro
Date: Sun Nov 30 2008 - 19:49:16 EST


> > +struct zone_reclaim_stat*
> > +mem_cgroup_get_reclaim_stat_by_page(struct page *page)
> > +{
> > + return NULL;
> > +}
>
> > + memcg_reclaim_stat = mem_cgroup_get_reclaim_stat_by_page(page);
> > + memcg_reclaim_stat->recent_rotated[!!file]++;
> > + memcg_reclaim_stat->recent_scanned[!!file]++;
>
> Won't this cause a null pointer dereference when
> not using memcg?

Ahhh, thank you.
that is definitly silly bug.



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/