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)
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

diff --cc fs/xfs/xfs_qm.c
Simple merge
diff --cc fs/xfs/xfs_qm.h
Simple merge
Simple merge
Simple merge
Simple merge