summaryrefslogtreecommitdiff
tag nameincore-inode-walk_2019-08-10 (c669f000eb8c4b879cf0d7d5b4f8a3bd07a6f346)
tag date2019-08-10 09:58:22 -0700
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit 4a4f4053ce...
xfs: refactor incore inode walking
This series prepares the incore inode walking code used by the eofblocks/cowblocks scanner to handle deferred inode inactivation. First we clean up the eofblocks/cowblocks incore inode walking code to get rid of some of the warts left by reflink development. Next, we rip out the many trivial wrapper functions that don't add much value. Finally, we refactor the various helpers and predicate functions to reduce open-coded logic.