xfs: refactor recovered RUI 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_rud_log_item {
|
||||
extern struct kmem_zone *xfs_rui_zone;
|
||||
extern struct kmem_zone *xfs_rud_zone;
|
||||
|
||||
void xfs_rui_release(struct xfs_rui_log_item *);
|
||||
int xfs_rui_recover(struct xfs_mount *mp, struct xfs_rui_log_item *ruip);
|
||||
|
||||
#endif /* __XFS_RMAP_ITEM_H__ */
|
||||
|
Reference in New Issue
Block a user