VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Jan Kara <jack@suse.cz> 2012-07-03 16:45:28 +0200 committer: Al Viro <viro@zeniv.linux.org.uk> 2012-07-22 23:58:19 +0400 commit: ceed17236a7491b44ee2be21f56a41ab997cbe7d parent: 6eedc70150d55b5885800eb6664ea226dc2cb66f
Commit Summary:
quota: Split dquot_quota_sync() to writeback and cache flushing part
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/sync.c b/fs/sync.c
index b3d2a001293f..cae145dd8018 100644
--- a/fs/sync.c
+++ b/fs/sync.c
@@ -30,7 +30,7 @@
 static int __sync_filesystem(struct super_block *sb, int wait)
 {
 	if (sb->s_qcop && sb->s_qcop->quota_sync)
-		sb->s_qcop->quota_sync(sb, -1, wait);
+		sb->s_qcop->quota_sync(sb, -1);
 
 	if (wait)
 		sync_inodes_sb(sb);