aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2013-08-12 20:49:46 +1000
committerBen Myers <bpm@sgi.com>2013-08-12 16:54:09 -0500
commitf6bba2017afb3bda8f2a27d6ba9d7023e8ff7f37 (patch)
tree85ea4ba3ab95623496b0beddeb76cc46e3957252 /fs/xfs/Makefile
parentxfs: kill xfs_vnodeops.[ch] (diff)
downloadlinux-dev-f6bba2017afb3bda8f2a27d6ba9d7023e8ff7f37.tar.xz
linux-dev-f6bba2017afb3bda8f2a27d6ba9d7023e8ff7f37.zip
xfs: consolidate xfs_rename.c
Move the rename code to xfs_inode.c to continue consolidating all the kernel xfs_inode operations 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 8691dba546cd..e5a0758fd20c 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -50,7 +50,6 @@ xfs-y += xfs_aops.o \
xfs_message.o \
xfs_mount.o \
xfs_mru_cache.o \
- xfs_rename.o \
xfs_super.o \
xfs_symlink.o \
xfs_trans.o \