Skip to content

Commit

Permalink
stress-mmaptorture: remove debug
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Ian King <[email protected]>
  • Loading branch information
ColinIanKing committed Feb 20, 2025
1 parent e70fd47 commit 7c2f2d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stress-mmaptorture.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ static void stress_mmaptorture_vm_name(
name[1] = hex[j & 0xf];

stress_set_vma_anon_name(ptr + i, page_size, name);
pr_inf("%zd %s\n", i, name);
}
}

Expand Down

0 comments on commit 7c2f2d6

Please sign in to comment.