Re: [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait

From: Christian Brauner
Date: Mon Sep 04 2023 - 05:37:51 EST


On Sun, Aug 27, 2023 at 09:28:34PM +0800, Hao Xu wrote:
> From: Hao Xu <howeyxu@xxxxxxxxxxx>
>
> Trylock inode->i_rwsem in iterate_dir() to support nowait semantics and
> error out -EAGAIN when there is contention.
>
> Signed-off-by: Hao Xu <howeyxu@xxxxxxxxxxx>
> ---

Unreviewable until you rebased on -rc1 as far as I'm concerned because
the code in here changed a lot.