xfs: implement deferred bmbt map/unmap operations
Implement deferred versions of the inode block map/unmap functions. These will be used in subsequent patches to make reflink operations atomic. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
@@ -40,6 +40,7 @@ struct xfs_cui_log_item;
|
||||
struct xfs_cud_log_item;
|
||||
struct xfs_defer_ops;
|
||||
struct xfs_bui_log_item;
|
||||
struct xfs_bud_log_item;
|
||||
|
||||
typedef struct xfs_log_item {
|
||||
struct list_head li_ail; /* AIL pointers */
|
||||
|
Reference in New Issue
Block a user