]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[XFS] replace inode flush semaphore with a completion
authorDavid Chinner <david@fromorbit.com>
Wed, 13 Aug 2008 06:41:16 +0000 (16:41 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Wed, 13 Aug 2008 06:41:16 +0000 (16:41 +1000)
commitc63942d3eeffb98219e05d0976862ab9907d297d
tree2f00c2aa9df30c3e91c06aa46c5722382093c5de
parent39d2f1ab2a36ac527a6c41cfe689f50c239eaca3
[XFS] replace inode flush semaphore with a completion

Use the new completion flush code to implement the inode 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:31817a

Signed-off-by: David Chinner <david@fromorbit.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_iget.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_inode_item.c