Re: [PATCH 01/14] xfs: move the quotaoff dqrele inode walk into xfs_icache.c
From: Dave Chinner <david@fromorbit.com>
Date: 2021-06-02 01:24:00
From: Dave Chinner <david@fromorbit.com>
Date: 2021-06-02 01:24:00
On Tue, Jun 01, 2021 at 05:52:38PM -0700, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@kernel.org> The only external caller of xfs_inode_walk* happens in quotaoff, when we want to walk all the incore inodes to detach the dquots. Move this code to xfs_icache.c so that we can hide xfs_inode_walk as the starting step in more cleanups of inode walks. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Looks good. Reviewed-by: Dave Chinner <redacted> -- Dave Chinner david@fromorbit.com