From: Darrick J. Wong Date: Mon, 10 Aug 2020 20:32:05 +0000 (-0400) Subject: xfs: refactor log recovery item sorting into a generic dispatch structure X-Git-Tag: v5.8.0-rc0~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a172b39c3f06ee25df3da8f3048e1aa228b045b9;p=thirdparty%2Fxfsprogs-dev.git xfs: refactor log recovery item sorting into a generic dispatch structure Source kernel commit: 86ffa471d9ce6ac3fda66f704c3143c3d55181f5 Create a generic dispatch structure to delegate recovery of different log item types into various code modules. This will enable us to move code specific to a particular log item type out of xfs_log_recover.c and into the log item source. The first operation we virtualize is the log item sorting. Signed-off-by: Darrick J. Wong Reviewed-by: Chandan Babu R Reviewed-by: Christoph Hellwig Signed-off-by: Eric Sandeen ---