Re: [PATCH 2/3] xfs: move some code out of xfs_iget_recycle
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-sparse,org.kernel.vger.linux-kernel,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
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.