mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-26 04:07:45 +03:00
Fix gcc unused variable warnings
Gcc -Wall warn: 'unused variable' Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
+1
-2
@@ -1989,9 +1989,8 @@ arc_shrink(void)
|
||||
static int
|
||||
arc_reclaim_needed(void)
|
||||
{
|
||||
uint64_t extra;
|
||||
|
||||
#ifdef _KERNEL
|
||||
uint64_t extra;
|
||||
|
||||
if (needfree)
|
||||
return (1);
|
||||
|
||||
Reference in New Issue
Block a user