From: Dave Chinner Date: Mon, 8 Oct 2012 10:56:09 +0000 (+1100) Subject: xfs: rename xfs_sync.[ch] to xfs_icache.[ch] X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~55^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d8b79cfca39399ef9115fb65dde85993455c9a3;p=pandora-kernel.git 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 Reviewed-by: Christoph Hellwig Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed