xfs: remove xfs_qm_sync
authorChristoph Hellwig <hch@infradead.org>
Tue, 6 Dec 2011 21:58:12 +0000 (21:58 +0000)
committerBen Myers <bpm@sgi.com>
Mon, 12 Dec 2011 22:41:44 +0000 (16:41 -0600)
commit34625c661b01dab193c7e8a0151a63553e97cfdf
tree75bbf616053e35ab63847a717068f8fae51f8d12
parentf2fba558d3c80dcd10bbadbb8f05c78dc2860b95
xfs: remove xfs_qm_sync

Now that we can't have any dirty dquots around that aren't in the AIL we
can get rid of the explicit dquot syncing from xfssyncd and xfs_fs_sync_fs
and instead rely on AIL pushing to write out any quota updates.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_qm.c
fs/xfs/xfs_qm.h
fs/xfs/xfs_quota.h
fs/xfs/xfs_super.c
fs/xfs/xfs_sync.c