]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: refactor log recovery item dispatch for pass1 commit 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)
commit55f9d0e4d00a0a2b7cacdf9c200670f1dfa9ced6
treefe14aced269b3ea1ebaed1f0e6b4f4090b7f8e7a
parentfc1303f5f82e1d0c34a7621be53876880b6c57e8
xfs: refactor log recovery item dispatch for pass1 commit functions

Move the pass1 commit 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_log_recover.c