[PATCH v3 24/39] ubifs: write quota back in ubifs_sync

Dongsheng Yang yangds.fnst at cn.fujitsu.com
Tue Sep 15 02:02:19 PDT 2015


Call dquot_writeback_dquots to write quota back in ubifs_sync

Signed-off-by: Dongsheng Yang <yangds.fnst at cn.fujitsu.com>
Reviewed-by: Richard Weinberger <richard at nod.at>
---
 fs/ubifs/super.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c
index 5a22595..2b07709 100644
--- a/fs/ubifs/super.c
+++ b/fs/ubifs/super.c
@@ -462,6 +462,8 @@ static int ubifs_sync_fs(struct super_block *sb, int wait)
 	if (!wait)
 		return 0;
 
+	dquot_writeback_dquots(sb, -1);
+
 	/*
 	 * Synchronize write buffers, because 'ubifs_run_commit()' does not
 	 * do this if it waits for an already running commit.
-- 
1.8.4.2




More information about the linux-mtd mailing list