[PATCH 02/14] xfs: make sure to really flush all dquots in xfs_qm_quotacheck
From: Christoph Hellwig <hch@infradead.org>
Date: 2011-08-31 20:38:26
From: Christoph Hellwig <hch@infradead.org>
Date: 2011-08-31 20:38:26
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 life filesystem. At this point no dquot should be pinnable, but lets be anal about it. Signed-off-by: Christoph Hellwig <hch@lst.de> Index: xfs/fs/xfs/xfs_qm.c ===================================================================
--- xfs.orig/fs/xfs/xfs_qm.c 2011-08-29 14:35:18.604856167 +0200
+++ xfs/fs/xfs/xfs_qm.c 2011-08-29 14:35:33.924855391 +0200@@ -1660,7 +1660,7 @@ xfs_qm_quotacheck( * successfully. */ if (!error) - error = xfs_qm_dqflush_all(mp, SYNC_TRYLOCK); + error = xfs_qm_dqflush_all(mp, 0); /* * We can get this error if we couldn't do a dquot allocation inside
_______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs