diff options
author | Dave Chinner <dchinner@redhat.com> | 2013-08-12 20:49:46 +1000 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-12 16:54:09 -0500 |
commit | f6bba2017afb3bda8f2a27d6ba9d7023e8ff7f37 (patch) | |
tree | 85ea4ba3ab95623496b0beddeb76cc46e3957252 /fs/xfs/Makefile | |
parent | c24b5dfadc4a4f7a13af373067871479c74455e6 (diff) | |
download | linux-next-f6bba2017afb3bda8f2a27d6ba9d7023e8ff7f37.tar.gz |
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/Makefile | 1 |
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 \ |