diff options
author | Christoph Hellwig <hch@lst.de> | 2019-06-29 04:28:17 +0200 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-06-29 04:28:17 +0200 |
commit | 81f40041735180e80a131b0062b339deb8f9e319 (patch) | |
tree | 1d4ccb4e794ca4cba31b5926998d819259758219 /fs/xfs/Makefile | |
parent | xfs: merge xfs_bud_init into xfs_trans_get_bud (diff) | |
download | linux-81f40041735180e80a131b0062b339deb8f9e319.tar.xz linux-81f40041735180e80a131b0062b339deb8f9e319.zip |
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/Makefile | 1 |
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 \ |