prakashsurya commented on this pull request.


> @@ -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;

Same here; the code is correct, it just isn't displayed correctly in the 
browser:
```
static int              arc_no_grow;    /* Don't try to grow cache size */
static hrtime_t         arc_growtime;
static uint64_t         arc_tempreserve;
static uint64_t         arc_loaned_bytes;
```

-- 
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#discussion_r148343198
------------------------------------------
openzfs-developer
Archives: 
https://openzfs.topicbox.com/groups/developer/discussions/Tf18bbbd46b0af4a7-M3a6fbc48e1c6fe5b7e7ddf3e
Powered by Topicbox: https://topicbox.com

Reply via email to