From a172b39c3f06ee25df3da8f3048e1aa228b045b9 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Mon, 10 Aug 2020 16:32:05 -0400 Subject: [PATCH] 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 -- 2.47.2