aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2013-08-12 20:49:47 +1000
committerBen Myers <bpm@sgi.com>2013-08-12 16:55:17 -0500
commite546cb79ef7ebe53060369dae665fa449a544353 (patch)
tree06fc6552389e191a7a330057773c19a9428cad04 /fs/xfs/Makefile
parentf6bba2017afb3bda8f2a27d6ba9d7023e8ff7f37 (diff)
xfs: consolidate xfs_utils.c
There are a few small helper functions in xfs_util, all related to xfs_inode modifications. Move them all to xfs_inode.c so all xfs_inode operations are consiolidated in the one place. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.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 e5a0758fd20c..201c61df3c45 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -53,7 +53,6 @@ xfs-y += xfs_aops.o \
xfs_super.o \
xfs_symlink.o \
xfs_trans.o \
- xfs_utils.o \
xfs_xattr.o \
kmem.o \
uuid.o