xfs: log refcount intent items
Provide a mechanism for higher levels to create CUI/CUD items, submit them to the log, and a stub function to deal with recovered CUI items. These parts will be connected to the refcountbt in a later patch. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
@@ -96,5 +96,6 @@ struct xfs_cud_log_item *xfs_cud_init(struct xfs_mount *,
|
||||
struct xfs_cui_log_item *);
|
||||
void xfs_cui_item_free(struct xfs_cui_log_item *);
|
||||
void xfs_cui_release(struct xfs_cui_log_item *);
|
||||
int xfs_cui_recover(struct xfs_mount *mp, struct xfs_cui_log_item *cuip);
|
||||
|
||||
#endif /* __XFS_REFCOUNT_ITEM_H__ */
|
||||
|
Verwijs in nieuw issue
Block a user