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