+3
−0
+9
−0
fs/xfs/xfs_buf_item_recover.c
0 → 100644
+52
−0
fs/xfs/xfs_dquot_item_recover.c
0 → 100644
+29
−0
Loading
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 <darrick.wong@oracle.com> Reviewed-by:
Chandan Babu R <chandanrlinux@gmail.com> Reviewed-by:
Christoph Hellwig <hch@lst.de>