Re: [PATCH 18/89] sched/core: Move task->mm handling methods to <linux/sched/mm.h>

From: Christoph Hellwig
Date: Mon Feb 06 2017 - 09:28:50 EST


On Mon, Feb 06, 2017 at 02:28:21PM +0100, Ingo Molnar wrote:
> Move the following task->mm helper APIs into a new header file,
> <linux/sched/mm.h>, to further reduce the size and complexity
> of <linux/sched.h>:

Is there any good reason why they can't just go into linux/mm.h?