summaryrefslogtreecommitdiff
tag nameincore-inode-walk_2019-08-16 (136c1e2fb8d42e90352c8722f8cf566818e9bb80)
tag date2019-08-16 19:06:56 -0700
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit 0924ec736b...
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.