linux-stable-rt/fs/xfs/quota
Christoph Hellwig 8b5403a6d7 xfs: remove SYNC_BDFLUSH
SYNC_BDFLUSH is a leftover from IRIX and rather misnamed for todays
code.  Make xfs_sync_fsdata and xfs_dq_sync use the SYNC_TRYLOCK flag
for not blocking on logs just as the inode sync code already does.

For xfs_sync_fsdata it's a trivial 1:1 replacement, but for xfs_qm_sync
I use the opportunity to decouple the non-blocking lock case from the
different flushing modes, similar to the inode sync code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
2009-06-08 15:37:16 +02:00
..
xfs_dquot.c xfs: kill xfs_qmops 2009-06-08 15:33:32 +02:00
xfs_dquot.h xfs: kill xfs_qmops 2009-06-08 15:33:32 +02:00
xfs_dquot_item.c
xfs_dquot_item.h
xfs_qm.c xfs: remove SYNC_BDFLUSH 2009-06-08 15:37:16 +02:00
xfs_qm.h xfs: kill xfs_qmops 2009-06-08 15:33:32 +02:00
xfs_qm_bhv.c xfs: kill xfs_qmops 2009-06-08 15:33:32 +02:00
xfs_qm_stats.c
xfs_qm_stats.h
xfs_qm_syscalls.c xfs: use generic inode iterator in xfs_qm_dqrele_all_inodes 2009-06-08 15:35:27 +02:00
xfs_quota_priv.h
xfs_trans_dquot.c xfs: kill xfs_qmops 2009-06-08 15:33:32 +02:00