On Wed, Feb 06, 2019 at 08:55:17AM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > There's a loop that searches an unlinked bucket list to find the inode > that points to a given inode. Hoist this into a separate function; > later we'll use our iunlink backref cache to bypass the slow list > operation. No functional changes. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>