mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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>
This commit is contained in:
parent
488ca3d8d0
commit
3f6d70e885
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user