commit | f2fba558d3c80dcd10bbadbb8f05c78dc2860b95 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Dec 06 21:58:11 2011 +0000 |
committer | Ben Myers <bpm@sgi.com> | Mon Dec 12 16:39:22 2011 -0600 |
tree | 00cbd32e517729b75755067dc0a8d009166a9e73 | |
parent | fdedf28b9492d69976110d12cc0d02d33c8ea7ea [diff] |
xfs: make sure to really flush all dquots in xfs_qm_quotacheck Make sure we do not skip any dquots when flushing them out after a quotacheck to make sure that we will never have any dirty dquots on a live filesystem. At this point no dquot should be pinnable, but lets be pedantic about it. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Ben Myers <bpm@sgi.com>