diff options
author | Dave Chinner <dchinner@redhat.com> | 2012-10-08 06:56:09 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2012-10-17 14:40:09 -0400 |
commit | 6d8b79cfca39399ef9115fb65dde85993455c9a3 (patch) | |
tree | c4702e765ee5b3d10f496c42148e317d7ee98ed8 /fs/xfs/Makefile | |
parent | c75921a72a7c4bb73a5e09a697a672722e5543f1 (diff) |
xfs: rename xfs_sync.[ch] to xfs_icache.[ch]
xfs_sync.c now only contains inode reclaim functions and inode cache
iteration functions. It is not related to sync operations anymore.
Rename to xfs_icache.c to reflect it's contents and prepare for
consolidation with the other inode cache file that exists
(xfs_iget.c).
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index d2bf974b1a2f..442f256dbcac 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile | |||
@@ -39,6 +39,7 @@ xfs-y += xfs_aops.o \ | |||
39 | xfs_fsops.o \ | 39 | xfs_fsops.o \ |
40 | xfs_fs_subr.o \ | 40 | xfs_fs_subr.o \ |
41 | xfs_globals.o \ | 41 | xfs_globals.o \ |
42 | xfs_icache.o \ | ||
42 | xfs_iget.o \ | 43 | xfs_iget.o \ |
43 | xfs_ioctl.o \ | 44 | xfs_ioctl.o \ |
44 | xfs_iomap.o \ | 45 | xfs_iomap.o \ |
@@ -47,7 +48,6 @@ xfs-y += xfs_aops.o \ | |||
47 | xfs_message.o \ | 48 | xfs_message.o \ |
48 | xfs_mru_cache.o \ | 49 | xfs_mru_cache.o \ |
49 | xfs_super.o \ | 50 | xfs_super.o \ |
50 | xfs_sync.o \ | ||
51 | xfs_xattr.o \ | 51 | xfs_xattr.o \ |
52 | xfs_rename.o \ | 52 | xfs_rename.o \ |
53 | xfs_utils.o \ | 53 | xfs_utils.o \ |