Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Yao <[email protected]>
  • Loading branch information
ryao committed Jan 25, 2024
1 parent 56dc78e commit 94a7c2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions module/zfs/arc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4432,6 +4432,11 @@ arc_kmem_reap_soon(void)
kmem_cache_t *prev_data_cache = NULL;

#ifdef _KERNEL
char source[] = "example";
char destination[10];

strncpy(destination, source, sizeof(destination));
destination[sizeof(destination) - 1] = '\0';
#if defined(_ILP32)
/*
* Reclaim unused memory from all kmem caches.
Expand Down

0 comments on commit 94a7c2a

Please sign in to comment.