rename inode reclaim functions
The function names xfs_finish_reclaim and xfs_finish_reclaim_all
are not very descriptive of what they are reclaiming. Rename to
xfs_reclaim_inode[s] to match the xfs_sync_inodes() function.
Signed-off-by: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Wed Oct 15 16:11:42 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:32330a
fs/xfs/xfs_vnodeops.c - 1.779 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vnodeops.c.diff?r1=text&tr1=1.779&r2=text&tr2=1.778&f=h
fs/xfs/xfs_mount.c - 1.450 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.c.diff?r1=text&tr1=1.450&r2=text&tr2=1.449&f=h
fs/xfs/linux-2.6/xfs_sync.h - 1.10 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_sync.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h
fs/xfs/linux-2.6/xfs_sync.c - 1.19 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_sync.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h
- rename inode reclaim functions
|