brad-lewis approved this pull request. Looks good. I noted a few nits with extra tabs that could be removed.
> @@ -282,10 +283,11 @@ boolean_t arc_watch = B_FALSE; int arc_procfd; #endif -static kmutex_t arc_reclaim_lock; -static kcondvar_t arc_reclaim_thread_cv; -static boolean_t arc_reclaim_thread_exit; -static kcondvar_t arc_reclaim_waiters_cv; +static zthr_t *arc_reap_zthr; +static zthr_t *arc_adjust_zthr; +static kmutex_t arc_adjust_lock; Nit: extra tab. > @@ -799,6 +801,7 @@ static arc_state_t *arc_l2c_only; #define arc_overhead_size ARCSTAT(arcstat_overhead_size) static int arc_no_grow; /* Don't try to grow cache size */ +static hrtime_t arc_growtime; static uint64_t arc_tempreserve; Nit: You could remove some more tabs here as well. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/486#pullrequestreview-73347809 ------------------------------------------ openzfs-developer Archives: https://openzfs.topicbox.com/groups/developer/discussions/Tf18bbbd46b0af4a7-M4a570bedd896de3a243b55c8 Powered by Topicbox: https://topicbox.com
