xfs: refactor recovered CUI log item playback
Move the code that processes the log items created from the recovered log items into the per-item source code files and use dispatch functions to call them. No functional changes. 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>
This commit is contained in:
@@ -77,7 +77,4 @@ struct xfs_cud_log_item {
|
||||
extern struct kmem_zone *xfs_cui_zone;
|
||||
extern struct kmem_zone *xfs_cud_zone;
|
||||
|
||||
void xfs_cui_release(struct xfs_cui_log_item *);
|
||||
int xfs_cui_recover(struct xfs_trans *parent_tp, struct xfs_cui_log_item *cuip);
|
||||
|
||||
#endif /* __XFS_REFCOUNT_ITEM_H__ */
|
||||
|
Reference in New Issue
Block a user