[XFS] move inode reclaim functions to xfs_sync.c
authorDavid Chinner <david@fromorbit.com>
Thu, 30 Oct 2008 06:37:03 +0000 (17:37 +1100)
committerLachlan McIlroy <lachlan@sgi.com>
Thu, 30 Oct 2008 06:37:03 +0000 (17:37 +1100)
commitfce08f2f3bd0d08feeb4cea70e44aa3471d9bb4c
tree30bf4d33e61442b459b33c9d0bb3e5fedd3884a2
parent493dca6178cf4a6ae2a16c602d6cb455bb7d31bd
[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>
fs/xfs/linux-2.6/xfs_sync.c
fs/xfs/linux-2.6/xfs_sync.h
fs/xfs/xfs_inode.h
fs/xfs/xfs_vnodeops.c