| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [patch 05/19] xfs: make sure to really flush all dquots in xfs_qm_quotacheck |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Tue, 06 Dec 2011 16:58:11 -0500 |
| References: | <20111206215806.844405397@xxxxxxxxxxxxxxxxxxxxxx> |
| User-agent: | quilt/0.48-1 |
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@xxxxxx>
Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx>
---
fs/xfs/xfs_qm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: xfs/fs/xfs/xfs_qm.c
===================================================================
--- xfs.orig/fs/xfs/xfs_qm.c 2011-11-25 11:45:32.672075575 +0100
+++ xfs/fs/xfs/xfs_qm.c 2011-11-25 11:45:35.875391556 +0100
@@ -1661,7 +1661,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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [patch 04/19] xfs: untange SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflush, Christoph Hellwig |
|---|---|
| Next by Date: | [patch 06/19] xfs: remove xfs_qm_sync, Christoph Hellwig |
| Previous by Thread: | Re: [patch 04/19] xfs: untange SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflush, Ben Myers |
| Next by Thread: | Re: [patch 05/19] xfs: make sure to really flush all dquots in xfs_qm_quotacheck, Ben Myers |
| Indexes: | [Date] [Thread] [Top] [All Lists] |