Re: [PATCH 2/3] xfs: move some code out of xfs_iget_recycle
From: Christoph Hellwig
Date: Tue Nov 18 2025 - 01:02:09 EST
On Fri, Nov 14, 2025 at 09:04:02AM -0800, Darrick J. Wong wrote:
> I wonder, does sparse get confused by rcu_read_lock having been taken by
> the caller but unlocked here?
Probably. Plus the conditional trylock. Note that the more complex
clang context tracking also didn't like it.