We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d12a26 commit 668fd82Copy full SHA for 668fd82
kernel/power/swap.c
@@ -489,10 +489,10 @@ static int swap_writer_finish(struct swap_map_handle *handle,
489
unsigned int flags, int error)
490
{
491
if (!error) {
492
- flush_swap_writer(handle);
493
pr_info("S");
494
error = mark_swapfiles(handle, flags);
495
pr_cont("|\n");
+ flush_swap_writer(handle);
496
}
497
498
if (error)
0 commit comments