diff options
author | Eric Sandeen <sandeen@redhat.com> | 2019-07-12 18:07:05 -0400 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-07-15 11:10:18 -0400 |
commit | 3f6d70e88555d2513b0199c0c383602bf8aec059 (patch) | |
tree | 721993d29397c3e60a67d24089941c2a8406a076 | |
parent | 488ca3d8d088ec4658c87aaec6a91e98acccdd54 (diff) |
xfs: move xfs_trans_inode.c to libxfs/
Userspace now has an identical xfs_trans_inode.c which it has already
moved to libxfs/ so do the same move for kernelspace.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
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>
-rw-r--r-- | fs/xfs/Makefile | 4 | ||||
-rw-r--r-- | fs/xfs/libxfs/xfs_trans_inode.c (renamed from fs/xfs/xfs_trans_inode.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index b74a47169297..06b68b6115bc 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile | |||
@@ -49,6 +49,7 @@ xfs-y += $(addprefix libxfs/, \ | |||
49 | xfs_refcount_btree.o \ | 49 | xfs_refcount_btree.o \ |
50 | xfs_sb.o \ | 50 | xfs_sb.o \ |
51 | xfs_symlink_remote.o \ | 51 | xfs_symlink_remote.o \ |
52 | xfs_trans_inode.o \ | ||
52 | xfs_trans_resv.o \ | 53 | xfs_trans_resv.o \ |
53 | xfs_types.o \ | 54 | xfs_types.o \ |
54 | ) | 55 | ) |
@@ -107,8 +108,7 @@ xfs-y += xfs_log.o \ | |||
107 | xfs_rmap_item.o \ | 108 | xfs_rmap_item.o \ |
108 | xfs_log_recover.o \ | 109 | xfs_log_recover.o \ |
109 | xfs_trans_ail.o \ | 110 | xfs_trans_ail.o \ |
110 | xfs_trans_buf.o \ | 111 | xfs_trans_buf.o |
111 | xfs_trans_inode.o | ||
112 | 112 | ||
113 | # optional features | 113 | # optional features |
114 | xfs-$(CONFIG_XFS_QUOTA) += xfs_dquot.o \ | 114 | xfs-$(CONFIG_XFS_QUOTA) += xfs_dquot.o \ |
diff --git a/fs/xfs/xfs_trans_inode.c b/fs/xfs/libxfs/xfs_trans_inode.c index 93d14e47269d..93d14e47269d 100644 --- a/fs/xfs/xfs_trans_inode.c +++ b/fs/xfs/libxfs/xfs_trans_inode.c | |||