On Sun, Jun 13, 2021 at 10:20:07AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Move the xfs_inactive call and all the other debugging checks and stats > updates into xfs_inode_mark_reclaimable because most of that are > implementation details about the inode cache. This is preparation for > deferred inactivation that is coming up. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>