Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2017 10:00:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 216178] ZFS ARC and L2ARC are unrealistically large, maybe after r307265
Message-ID:  <bug-216178-3630-xYwV2MPZxN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216178-3630@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216178

--- Comment #15 from Lev A. Serebryakov <lev@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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216178-3630-xYwV2MPZxN>