[XFS] make SYNC_ATTR no longer use xfs_sync
authorDavid Chinner <david@fromorbit.com>
Thu, 30 Oct 2008 06:15:38 +0000 (17:15 +1100)
committerLachlan McIlroy <lachlan@sgi.com>
Thu, 30 Oct 2008 06:15:38 +0000 (17:15 +1100)
commitbe97d9d5577f6c8a36588e2f262c772c5422b128
tree9146f1872b61ccaf77b7268680320eb213bfdcdd
parentaacaa880bfac8fecd44b279a49688643890358f5
[XFS] make SYNC_ATTR no longer use xfs_sync

Continue to de-multiplex xfs_sync be replacing all SYNC_ATTR callers with
direct calls xfs_sync_inodes(). Add an assert into xfs_sync() to ensure we
caught all the SYNC_ATTR callers.

SGI-PV: 988140

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

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