Skip to content

Commit ac09be5

Browse files
authored
Fixed order of code
Signed-off-by: Andrew Innes <andrew.c12@gmail.com>
1 parent 9a8304e commit ac09be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module/zfs/arc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,12 +419,12 @@ boolean_t arc_warm;
419419
/*
420420
* These tunables are for performance analysis.
421421
*/
422+
unsigned long zfs_arc_max = 0;
423+
unsigned long zfs_arc_min = 0;
422424
ZFS_MODULE_ULONG zfs_arc_meta_limit = 0;
423425
ZFS_MODULE_ULONG zfs_arc_meta_min = 0;
424426
static ZFS_MODULE_ULONG zfs_arc_dnode_limit = 0;
425427
static ZFS_MODULE_ULONG zfs_arc_dnode_reduce_percent = 10;
426-
unsigned long zfs_arc_max = 0;
427-
unsigned long zfs_arc_min = 0;
428428
static uint_t zfs_arc_grow_retry = 0;
429429
static uint_t zfs_arc_shrink_shift = 0;
430430
static uint_t zfs_arc_p_min_shift = 0;

0 commit comments

Comments
 (0)