Re: [PATCH v2] namespace: make timens_on_fork() return nothing

From: Christian Brauner
Date: Wed Nov 18 2020 - 05:25:31 EST


On Wed, Nov 18, 2020 at 12:17:50AM +0800, Hui Su wrote:
> timens_on_fork() always return 0, and maybe not
> need to judge the return value in copy_namespaces().
>
> So make timens_on_fork() return nothing and do not
> judge its return val in copy_namespaces().
>
> Signed-off-by: Hui Su <sh_def@xxxxxxx>
> ---

Acked-by: Christian Brauner <christian.brauner@xxxxxxxxxx>

Applied to:
https://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git/log/?h=time_namespace

on top of the other timens patches I've queued up already.

Thanks!
Christian