commit | 34625c661b01dab193c7e8a0151a63553e97cfdf | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Dec 06 21:58:12 2011 +0000 |
committer | Ben Myers <bpm@sgi.com> | Mon Dec 12 16:41:44 2011 -0600 |
tree | 75bbf616053e35ab63847a717068f8fae51f8d12 | |
parent | f2fba558d3c80dcd10bbadbb8f05c78dc2860b95 [diff] |
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>