diff options
Diffstat (limited to 'fs/f2fs/super.c')
-rw-r--r-- | fs/f2fs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index 657582fc7601..633315acfef8 100644 --- a/fs/f2fs/super.c +++ b/fs/f2fs/super.c | |||
@@ -663,7 +663,7 @@ restore_gc: | |||
663 | if (need_restart_gc) { | 663 | if (need_restart_gc) { |
664 | if (start_gc_thread(sbi)) | 664 | if (start_gc_thread(sbi)) |
665 | f2fs_msg(sbi->sb, KERN_WARNING, | 665 | f2fs_msg(sbi->sb, KERN_WARNING, |
666 | "background gc thread is stop"); | 666 | "background gc thread has stopped"); |
667 | } else if (need_stop_gc) { | 667 | } else if (need_stop_gc) { |
668 | stop_gc_thread(sbi); | 668 | stop_gc_thread(sbi); |
669 | } | 669 | } |