aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2016-10-03 12:11:25 -0400
committerDarrick J. Wong <darrick.wong@oracle.com>2016-10-04 14:05:43 -0400
commit6413a01420c2fbf03b3d059795f541caeb962e86 (patch)
tree314ad92ff0bd3db16bb6b934fcc6aef49a62a531 /fs/xfs/Makefile
parent350a27a6a65cc5dd2ba1b220e8641993414816d2 (diff)
xfs: create bmbt update intent log items
Create bmbt update intent/done log items to record redo information in the log. Because we roll transactions multiple times for reflink operations, we also have to track the status of the metadata updates that will be recorded in the post-roll transactions 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 6a9ea9ed7efc..b85096138539 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -102,6 +102,7 @@ xfs-y += xfs_aops.o \
102# low-level transaction/log code 102# low-level transaction/log code
103xfs-y += xfs_log.o \ 103xfs-y += xfs_log.o \
104 xfs_log_cil.o \ 104 xfs_log_cil.o \
105 xfs_bmap_item.o \
105 xfs_buf_item.o \ 106 xfs_buf_item.o \
106 xfs_extfree_item.o \ 107 xfs_extfree_item.o \
107 xfs_icreate_item.o \ 108 xfs_icreate_item.o \