Re: [PATCH v2 1/2] filelock: use a consume fence in locks_inode_context()
From: Christian Brauner
Date: Thu Nov 13 2025 - 08:21:52 EST
On Wed, Nov 12, 2025 at 11:44:31AM +0100, Mateusz Guzik wrote:
> Matches the idiom of storing a pointer with a release fence and safely
> getting the content with a consume fence after.
>
> Eliminates an actual fence on some archs.
>
> Signed-off-by: Mateusz Guzik <mjguzik@xxxxxxxxx>
> ---
Can you do me a favor please and redo and resend this on top of:
vfs-6.19.directory.delegations
which has Jeff's changes for this cycle that affect the code you're
changing? Otherwise we get ugly merge conflicts...