summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-06-28 19:28:17 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2019-06-28 19:28:17 -0700
commit81f40041735180e80a131b0062b339deb8f9e319 (patch)
tree1d4ccb4e794ca4cba31b5926998d819259758219 /fs/xfs/Makefile
parent73f0d23633c10d311a14a0cadb75fff2faa73688 (diff)
xfs: merge xfs_trans_extfree.c into xfs_extfree_item.c
Keep all the extree item related code together in one file. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r--fs/xfs/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile
index 701028e3e4ac..ddaf774313ff 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -107,7 +107,6 @@ xfs-y += xfs_log.o \
xfs_trans_ail.o \
xfs_trans_bmap.o \
xfs_trans_buf.o \
- xfs_trans_extfree.o \
xfs_trans_inode.o \
xfs_trans_refcount.o \
xfs_trans_rmap.o \