VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Christoph Hellwig <hch@lst.de> 2009-04-27 16:43:54 +0200 committer: Al Viro <viro@zeniv.linux.org.uk> 2009-06-11 21:36:04 -0400 commit: 850b201b087f5525a0a7278551c2bcd0423c3b26 parent: 60b0680fa236ac4e17ce31a50048c9d75f9ec831
Commit Summary:
quota: cleanup dquota sync functions (version 4)
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/sync.c b/fs/sync.c
index 8aa870a4d406..d90ab7764555 100644
--- a/fs/sync.c
+++ b/fs/sync.c
@@ -27,7 +27,7 @@
  */
 static int __sync_filesystem(struct super_block *sb, int wait)
 {
-	vfs_dq_sync(sb);
+	sync_quota_sb(sb, -1);
 	sync_inodes_sb(sb, wait);
 	lock_super(sb);
 	if (sb->s_dirt && sb->s_op->write_super)