xfs: refactor log recovery RUI item dispatch for pass2 commit functions
Move the rmap update intent and intent-done pass2 commit code into the per-item source code files and use dispatch functions to call them. We do these one at a time because there's a lot of code to move. 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,10 +77,6 @@ struct xfs_rud_log_item {
|
||||
extern struct kmem_zone *xfs_rui_zone;
|
||||
extern struct kmem_zone *xfs_rud_zone;
|
||||
|
||||
struct xfs_rui_log_item *xfs_rui_init(struct xfs_mount *, uint);
|
||||
int xfs_rui_copy_format(struct xfs_log_iovec *buf,
|
||||
struct xfs_rui_log_format *dst_rui_fmt);
|
||||
void xfs_rui_item_free(struct xfs_rui_log_item *);
|
||||
void xfs_rui_release(struct xfs_rui_log_item *);
|
||||
int xfs_rui_recover(struct xfs_mount *mp, struct xfs_rui_log_item *ruip);
|
||||
|
||||
|
Reference in New Issue
Block a user