Re: [linux-next] mm/debug.c compile failure with CONFIG_MEMCG not set

2014-09-25 Thread Michal Hocko
On Thu 25-09-14 22:55:24, Masanari Iida wrote: > As of linux-next 20140925, if I don't set CONFIG_MEMCG, > the compile failed with following error. > > mm/debug.c: In function ‘dump_mm’: > mm/debug.c:169:1183: error: ‘const struct mm_struct’ has no member named > ‘owner’ > pr_emerg("mm %p mmap

[linux-next] mm/debug.c compile failure with CONFIG_MEMCG not set

2014-09-25 Thread Masanari Iida
As of linux-next 20140925, if I don't set CONFIG_MEMCG, the compile failed with following error. mm/debug.c: In function ‘dump_mm’: mm/debug.c:169:1183: error: ‘const struct mm_struct’ has no member named ‘owner’ pr_emerg("mm %p mmap %p seqnum %d task_size %lu\n" make[1]: *** [mm/debug.o] Error