[XFS] make SYNC_DELWRI no longer use xfs_sync
authorDavid Chinner <david@fromorbit.com>
Thu, 30 Oct 2008 06:15:50 +0000 (17:15 +1100)
committerLachlan McIlroy <lachlan@sgi.com>
Thu, 30 Oct 2008 06:15:50 +0000 (17:15 +1100)
commite9f1c6ee12955fd8657f6f0f9a3d09112b1f1fdd
treee616bed4b4b6a8c0f38e87ff8de3fe9f070c9eab
parentbe97d9d5577f6c8a36588e2f262c772c5422b128
[XFS] 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().

SGI-PV: 988140

SGI-Modid: xfs-linux-melb:xfs-kern:32309a

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_super.c
fs/xfs/linux-2.6/xfs_sync.c
fs/xfs/linux-2.6/xfs_sync.h
fs/xfs/xfs_vfsops.c