summaryrefslogtreecommitdiff
tag namerefactor-log-recovery_2020-06-01 (1a33a06719afc92c2d88c1478300734535f5c143)
tag date2020-06-01 21:21:40 -0700
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit 7983624fc7...
xfs: refactor log recovery
This series refactors log recovery by moving recovery code for each log item type into the source code for the rest of that log item type and using dispatch function pointers to virtualize the interactions. This dramatically reduces the amount of code in xfs_log_recover.c and increases cohesion throughout the log code.