xfs: move xfs_trans_inode.c to libxfs/
authorEric Sandeen <sandeen@redhat.com>
Fri, 12 Jul 2019 22:07:05 +0000 (15:07 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 15 Jul 2019 15:10:18 +0000 (08:10 -0700)
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>
fs/xfs/Makefile
fs/xfs/libxfs/xfs_trans_inode.c [moved from fs/xfs/xfs_trans_inode.c with 100% similarity]

index b74a471..06b68b6 100644 (file)
@@ -49,6 +49,7 @@ xfs-y                         += $(addprefix libxfs/, \
                                   xfs_refcount_btree.o \
                                   xfs_sb.o \
                                   xfs_symlink_remote.o \
+                                  xfs_trans_inode.o \
                                   xfs_trans_resv.o \
                                   xfs_types.o \
                                   )
@@ -107,8 +108,7 @@ xfs-y                               += xfs_log.o \
                                   xfs_rmap_item.o \
                                   xfs_log_recover.o \
                                   xfs_trans_ail.o \
-                                  xfs_trans_buf.o \
-                                  xfs_trans_inode.o
+                                  xfs_trans_buf.o
 
 # optional features
 xfs-$(CONFIG_XFS_QUOTA)                += xfs_dquot.o \