[XFS] replace dquot flush semaphore with a completion
authorDavid Chinner <david@fromorbit.com>
Wed, 13 Aug 2008 06:41:43 +0000 (16:41 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Wed, 13 Aug 2008 06:41:43 +0000 (16:41 +1000)
commite1f49cf20cea18e3d1963939fe8612a75e319fbd
tree3007ce4d1245487ed956c78591d9d4275793121f
parentc63942d3eeffb98219e05d0976862ab9907d297d
[XFS] replace dquot flush semaphore with a completion

Use the new completion flush code to implement the dquot flush lock.
Removes one of the final users of semaphores in the XFS code base.

SGI-PV: 981498

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

Signed-off-by: David Chinner <david@fromorbit.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/quota/xfs_dquot.c
fs/xfs/quota/xfs_dquot.h
fs/xfs/quota/xfs_dquot_item.c
fs/xfs/quota/xfs_qm.c