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

Move the log dquot item pass2 commit code into the per-item source code
files and use the dispatch function to call it.  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_dquot_item_recover.c
fs/xfs/xfs_log_recover.c