diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2016-08-03 11:33:43 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-08-03 11:33:43 +1000 |
commit | 673930c34a4500c616cf9b2bbe1ae131ead2e155 (patch) | |
tree | 954b737dbb42276aeb669f8eabca8bf71a592276 /fs/xfs/Makefile | |
parent | 340785cca16246f82ccaf11740d885017a9e9341 (diff) | |
download | linux-stable-673930c34a4500c616cf9b2bbe1ae131ead2e155.tar.gz linux-stable-673930c34a4500c616cf9b2bbe1ae131ead2e155.tar.bz2 linux-stable-673930c34a4500c616cf9b2bbe1ae131ead2e155.zip |
xfs: introduce rmap extent operation stubs
Originally-From: Dave Chinner <dchinner@redhat.com>
Add the stubs into the extent allocation and freeing paths that the
rmap btree implementation will hook into. While doing this, add the
trace points that will be used to track rmap btree extent
manipulations.
[darrick.wong@oracle.com: Extend the stubs to take full owner info.]
Signed-off-by: Dave Chinner <dchinner@redhat.com>
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 01857b096cae..0498291829c6 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile @@ -52,6 +52,7 @@ xfs-y += $(addprefix libxfs/, \ xfs_inode_fork.o \ xfs_inode_buf.o \ xfs_log_rlimit.o \ + xfs_rmap.o \ xfs_sb.o \ xfs_symlink_remote.o \ xfs_trans_resv.o \ |