VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Jens Axboe <jens.axboe@oracle.com> 2009-09-09 09:08:54 +0200 committer: Jens Axboe <jens.axboe@oracle.com> 2009-09-11 09:20:25 +0200 commit: 03ba3782e8dcc5b0e1efe440d33084f066e38cae parent: 66f3b8e2e103a0b93b945764d98e9ba46cb926dd
Commit Summary:
writeback: switch to per-bdi threads for flushing data
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/sync.c b/fs/sync.c
index 66f210476f40..103cc7fdd3df 100644
--- a/fs/sync.c
+++ b/fs/sync.c
@@ -120,7 +120,7 @@ restart:
  */
 SYSCALL_DEFINE0(sync)
 {
-	wakeup_pdflush(0);
+	wakeup_flusher_threads(0);
 	sync_filesystems(0);
 	sync_filesystems(1);
 	if (unlikely(laptop_mode))