aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h
diff options
context:
space:
mode:
authorDavid Chinner <david@fromorbit.com>2008-10-30 02:37:03 -0400
committerLachlan McIlroy <lachlan@sgi.com>2008-10-30 02:37:03 -0400
commitfce08f2f3bd0d08feeb4cea70e44aa3471d9bb4c (patch)
tree30bf4d33e61442b459b33c9d0bb3e5fedd3884a2 /fs/xfs/xfs_inode.h
parent493dca6178cf4a6ae2a16c602d6cb455bb7d31bd (diff)
[XFS] move inode reclaim functions to xfs_sync.c
Background inode reclaim is run by the xfssyncd. Move the reclaim worker functions to be close to the sync code as the are very similar in structure and are both run from the same background thread. SGI-PV: 988142 SGI-Modid: xfs-linux-melb:xfs-kern:32329a Signed-off-by: David Chinner <david@fromorbit.com> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com> Signed-off-by: Christoph Hellwig <hch@infradead.org>
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r--fs/xfs/xfs_inode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h
index 345b43a90eb5..64e50ff9ad23 100644
--- a/fs/xfs/xfs_inode.h
+++ b/fs/xfs/xfs_inode.h
@@ -496,8 +496,6 @@ int xfs_isilocked(xfs_inode_t *, uint);
496uint xfs_ilock_map_shared(xfs_inode_t *); 496uint xfs_ilock_map_shared(xfs_inode_t *);
497void xfs_iunlock_map_shared(xfs_inode_t *, uint); 497void xfs_iunlock_map_shared(xfs_inode_t *, uint);
498void xfs_ireclaim(xfs_inode_t *); 498void xfs_ireclaim(xfs_inode_t *);
499int xfs_finish_reclaim(xfs_inode_t *, int, int);
500int xfs_finish_reclaim_all(struct xfs_mount *, int, int);
501 499
502/* 500/*
503 * xfs_inode.c prototypes. 501 * xfs_inode.c prototypes.