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:29 +0200 committer: Al Viro <viro@zeniv.linux.org.uk> 2012-07-22 23:58:34 +0400 commit: a1177825719ccef3f76ef39bbfd5ebb6087d53c7 parent: ceed17236a7491b44ee2be21f56a41ab997cbe7d
Commit Summary:
quota: Move quota syncing to ->sync_fs method
Diffstat:
1 file changed, 0 insertions, 3 deletions
diff --git a/fs/sync.c b/fs/sync.c
index cae145dd8018..66acd2ba91c4 100644
--- a/fs/sync.c
+++ b/fs/sync.c
@@ -29,9 +29,6 @@
  */
 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);
-
 	if (wait)
 		sync_inodes_sb(sb);
 	else