xfs: rename xfs_sync.[ch] to xfs_icache.[ch]
authorDave Chinner <dchinner@redhat.com>
Mon, 8 Oct 2012 10:56:09 +0000 (21:56 +1100)
committerBen Myers <bpm@sgi.com>
Wed, 17 Oct 2012 18:40:09 +0000 (13:40 -0500)
commit6d8b79cfca39399ef9115fb65dde85993455c9a3
treec4702e765ee5b3d10f496c42148e317d7ee98ed8
parentc75921a72a7c4bb73a5e09a697a672722e5543f1
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>
fs/xfs/Makefile
fs/xfs/xfs_icache.c [new file with mode: 0644]
fs/xfs/xfs_icache.h [new file with mode: 0644]
fs/xfs/xfs_iget.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_qm_syscalls.c
fs/xfs/xfs_super.c
fs/xfs/xfs_sync.c [deleted file]
fs/xfs/xfs_sync.h [deleted file]