summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2016-08-02 22:04:45 -0400
committerDave Chinner <david@fromorbit.com>2016-08-02 22:04:45 -0400
commit5880f2d78ff17c6ee7c7f6d4071bfd13090c264c (patch)
tree6f90df23bcb16a03e1e1bb90bccf2336467c0cba /fs/xfs/Makefile
parentabf09233817b5ea1241db0c187136d3b4738d218 (diff)
xfs: create rmap update intent log items
Create rmap 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: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
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 b76e937f0729..6c9039384d34 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -103,6 +103,7 @@ xfs-y += xfs_log.o \
103 xfs_extfree_item.o \ 103 xfs_extfree_item.o \
104 xfs_icreate_item.o \ 104 xfs_icreate_item.o \
105 xfs_inode_item.o \ 105 xfs_inode_item.o \
106 xfs_rmap_item.o \
106 xfs_log_recover.o \ 107 xfs_log_recover.o \
107 xfs_trans_ail.o \ 108 xfs_trans_ail.o \
108 xfs_trans_buf.o \ 109 xfs_trans_buf.o \