diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2016-08-03 12:09:48 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-08-03 12:09:48 +1000 |
commit | 9e88b5d86703bb836d33dcd0c70eb59e049c80c7 (patch) | |
tree | 123f5b81adf8a7da7cb4d3e0a18f1de2afd5b4c0 /fs/xfs/Makefile | |
parent | 5880f2d78ff17c6ee7c7f6d4071bfd13090c264c (diff) | |
download | linux-stable-9e88b5d86703bb836d33dcd0c70eb59e049c80c7.tar.gz linux-stable-9e88b5d86703bb836d33dcd0c70eb59e049c80c7.tar.bz2 linux-stable-9e88b5d86703bb836d33dcd0c70eb59e049c80c7.zip |
xfs: log rmap intent items
Provide a mechanism for higher levels to create RUI/RUD items, submit
them to the log, and a stub function to deal with recovered RUI items.
These parts will be connected to the rmapbt in a later patch.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r-- | fs/xfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index 6c9039384d34..3124210d502b 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile @@ -109,6 +109,7 @@ xfs-y += xfs_log.o \ xfs_trans_buf.o \ xfs_trans_extfree.o \ xfs_trans_inode.o \ + xfs_trans_rmap.o \ # optional features xfs-$(CONFIG_XFS_QUOTA) += xfs_dquot.o \ |