commit | 3c6ba3cf90c7233359a190c5230a553d19fbc8ef | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri May 01 16:00:50 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri May 08 08:49:59 2020 -0700 |
tree | 9223485933ae2a3306c23ac90b4d4047e5530ade | |
parent | 9b4467e9834058df5be27a7a903be84921977170 [diff] |
xfs: refactor log recovery BUI item dispatch for pass2 commit functions Move the bmap update intent and intent-done pass2 commit code into the per-item source code files and use dispatch functions to call them. We do these one at a time because there's a lot of code to move. No functional changes. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com> Reviewed-by: Christoph Hellwig <hch@lst.de>