Re: [PATCH 2/2] mm, oom_reaper: do not mmput synchronously from the oom reaper context

From: Michal Hocko
Date: Tue Apr 26 2016 - 10:58:36 EST


On Tue 26-04-16 22:18:22, kbuild test robot wrote:
> >> include/linux/mm_types.h:516:21: error: field 'async_put_work' has incomplete type
> struct work_struct async_put_work;

My bad. We need to include <linux/workqueue.h> because we rely on the
include only indirectly which happened to work fine for most of my
configs - not so for allnoconfig, though. Please fold this into the
original patch or let me know and I will repost the full patch again.
---