Re: [PATCH 1/2] vfs: stop clearing close on exec when closing a fd

From: Eric Dumazet
Date: Tue Oct 03 2017 - 10:40:00 EST


On Tue, Oct 3, 2017 at 3:58 AM, Mateusz Guzik <mguzik@xxxxxxxxxx> wrote:
> Codepaths allocating a fd always make sure the bit is set/unset
> depending on flags, thus clearing on close is redundant.
>
> Signed-off-by: Mateusz Guzik <mguzik@xxxxxxxxxx>
> ---

Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>