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