[Bug 216178] ZFS ARC and L2ARC are unrealistically large, maybe after r307265
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 22 10:00:09 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216178
--- Comment #15 from Lev A. Serebryakov <lev at FreeBSD.org> ---
Looks like dtrace -s doesn't like
this->tail = (arc_buf_hdr_t *)((char*)this->tail_ - this->offset);
and
this->head = (arc_buf_hdr_t *)((char*)this->head_ - this->offset);
Should I add some include files?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-fs
mailing list