On Fri, Nov 24, 2023 at 03:46:54PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > When scrub is trying to iget an inode, ensure that it won't end up > deadlocked on a cycle in the inode btree by using an empty transaction > to store all the buffers. My only concern here is how I'm suppsed to know when to use the _safe version or not. Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>