]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[XFS] xfssyncd: don't call xfs_sync
authorDavid Chinner <david@fromorbit.com>
Thu, 30 Oct 2008 06:15:29 +0000 (17:15 +1100)
committerLachlan McIlroy <lachlan@sgi.com>
Thu, 30 Oct 2008 06:15:29 +0000 (17:15 +1100)
commitaacaa880bfac8fecd44b279a49688643890358f5
tree93f10ff50c64efbe4c8d67551116ed0b4ad65cf5
parentdfd837a9eb79de4e50323a6f4e1ad8138d806cb7
[XFS] xfssyncd: don't call xfs_sync

Start de-multiplexing xfs_sync() by making xfs_sync_worker() call the
specific sync functions it needs. This is only a small, unique subset of
the entire xfs_sync() code so is easier to follow.

SGI-PV: 988140

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

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