make SYNC_DELWRI no longer use xfs_sync
Continue to de-multiplex xfs_sync be replacing all SYNC_DELWRI
callers with direct calls functions that do the work. Isolate the
data quiesce case to a function in xfs_sync.c. Isolate the
FSDATA case with explicit calls to xfs_sync_fsdata().
Version 2:
o Push delwri related log forces into xfs_sync_inodes().
Signed-off-by: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Mon Oct 13 17:38:29 EST 2008
Workarea: redback.melbourne.sgi.com:/home/lachlan/isms/2.6.x-sync
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:32309a
fs/xfs/xfs_vfsops.c - 1.579 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vfsops.c.diff?r1=text&tr1=1.579&r2=text&tr2=1.578&f=h
fs/xfs/linux-2.6/xfs_super.c - 1.454 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.c.diff?r1=text&tr1=1.454&r2=text&tr2=1.453&f=h
fs/xfs/linux-2.6/xfs_sync.h - 1.5 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_sync.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h
fs/xfs/linux-2.6/xfs_sync.c - 1.14 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_sync.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h
- make SYNC_DELWRI no longer use xfs_sync
|