Skip to content

Commit

Permalink
stress-zlib: add anonymous mapped name for zlib data checksums
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Ian King <[email protected]>
  • Loading branch information
ColinIanKing committed Oct 23, 2024
1 parent 84791fc commit 4a11ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stress-zlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1750,6 +1750,7 @@ static int stress_zlib(stress_args_t *args)
args->name, sizeof(*shared_checksums));
return EXIT_FAILURE;
}
stress_set_vma_anon_name(shared_checksums, sizeof(*shared_checksums), "zlib-checksums");
if (pipe(fds) < 0) {
pr_err("%s: pipe failed, errno=%d (%s)\n",
args->name, errno, strerror(errno));
Expand Down

0 comments on commit 4a11ac9

Please sign in to comment.