aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2016-10-03 09:11:20 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2016-10-03 09:11:20 -0700
commitbaf4bcacb715cebd412b2f4bb69989ef24496523 (patch)
tree90fd4fc2e4b7c1972c96fae9b5f872159b21ad39 /fs/xfs/Makefile
parentxfs: add refcount btree operations (diff)
downloadlinux-dev-baf4bcacb715cebd412b2f4bb69989ef24496523.tar.xz
linux-dev-baf4bcacb715cebd412b2f4bb69989ef24496523.zip
xfs: create refcount update intent log items
Create refcount update intent/done log items to record redo information in the log. Because we need to roll transactions between updating the bmbt mapping and updating the reverse mapping, we also have to track the status of the metadata updates that will be recorded in the post-roll transactions, just in case we crash before committing the final transaction. This mechanism enables log recovery to finish what was already started. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r--fs/xfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile
index 98b24279b75f..d6429fd13774 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -106,6 +106,7 @@ xfs-y += xfs_log.o \
xfs_extfree_item.o \
xfs_icreate_item.o \
xfs_inode_item.o \
+ xfs_refcount_item.o \
xfs_rmap_item.o \
xfs_log_recover.o \
xfs_trans_ail.o \