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.
Signed-off-by: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Wed Oct 15 16:09:34 EST 2008
Workarea: redback.melbourne.sgi.com:/home/lachlan/isms/2.6.x-reclaim
Inspected by: hch
Author: lachlan
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:32329a
fs/xfs/xfs_vnodeops.c - 1.778 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vnodeops.c.diff?r1=text&tr1=1.778&r2=text&tr2=1.777&f=h
fs/xfs/xfs_inode.h - 1.264 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_inode.h.diff?r1=text&tr1=1.264&r2=text&tr2=1.263&f=h
fs/xfs/linux-2.6/xfs_sync.h - 1.9 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_sync.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h
fs/xfs/linux-2.6/xfs_sync.c - 1.18 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_sync.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h
- move inode reclaim functions to xfs_sync.c
|