]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: refactor log recovery RUI item dispatch for pass2 commit functions
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 1 May 2020 23:00:49 +0000 (16:00 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 8 May 2020 15:49:59 +0000 (08:49 -0700)
commit6d3fda92bcc1edbc747344da35f50cfc3b988373
tree26b1830367f511ef7e9abc465ff0cf4caa89bbcf
parent51c5f4434c0bc6fec885a12a8e9c3ad1c4c18268
xfs: refactor log recovery RUI item dispatch for pass2 commit functions

Move the rmap 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>
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_rmap_item.c
fs/xfs/xfs_rmap_item.h