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

Move the pass2 readhead code into the per-item source code files and use
the dispatch function to call them.

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/libxfs/xfs_log_recover.h
fs/xfs/xfs_buf_item_recover.c
fs/xfs/xfs_dquot_item_recover.c
fs/xfs/xfs_inode_item_recover.c
fs/xfs/xfs_log_recover.c