From: Darrick J. Wong Date: Mon, 10 Aug 2020 20:32:05 +0000 (-0400) Subject: xfs: refactor log recovery buffer item dispatch for pass2 commit functions X-Git-Tag: v5.8.0-rc0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecb32931bb1d263e2a3ce863a9179ae89d6d006b;p=thirdparty%2Fxfsprogs-dev.git xfs: refactor log recovery buffer item dispatch for pass2 commit functions Source kernel commit: 1094d3f12363474b2a3d1a6c06124bec25dd1555 Move the log buffer 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 Reviewed-by: Chandan Babu R Reviewed-by: Christoph Hellwig Signed-off-by: Eric Sandeen ---