summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
diff options
context:
space:
mode:
authorDave Chinner2012-10-08 12:56:09 +0200
committerBen Myers2012-10-17 20:40:09 +0200
commit6d8b79cfca39399ef9115fb65dde85993455c9a3 (patch)
treec4702e765ee5b3d10f496c42148e317d7ee98ed8 /fs/xfs/xfs_super.c
parentxfs: xfs_quiesce_attr() should quiesce the log like unmount (diff)
downloadkernel-qcow2-linux-6d8b79cfca39399ef9115fb65dde85993455c9a3.tar.gz
kernel-qcow2-linux-6d8b79cfca39399ef9115fb65dde85993455c9a3.tar.xz
kernel-qcow2-linux-6d8b79cfca39399ef9115fb65dde85993455c9a3.zip
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/xfs_super.c')
-rw-r--r--fs/xfs/xfs_super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
index fdedf2cabae3..3d9ea947e9f8 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -49,7 +49,7 @@
#include "xfs_extfree_item.h"
#include "xfs_mru_cache.h"
#include "xfs_inode_item.h"
-#include "xfs_sync.h"
+#include "xfs_icache.h"
#include "xfs_trace.h"
#include <linux/namei.h>