Re: [PATCH 3/3] vfs: shave a branch in getname_flags
From: Christian Brauner
Date: Wed Jun 05 2024 - 11:03:23 EST
On Tue, Jun 04, 2024 at 05:52:57PM +0200, Mateusz Guzik wrote:
> Check for an error while copying and no path in one branch.
Fine to move that check up but we need to redo it after we recopied.
It's extremely unlikely but the contents could've changed iirc. I can
fix that up though.