summaryrefslogtreecommitdiff
tag nameincore-inode-walk_2020-03-03 (dd2309335ba8063ba7138035e3cda185466d4065)
tag date2020-03-03 18:48:18 -0800
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit 9d472769e9...
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.