From owner-svn-src-vendor@freebsd.org Sun Jul 12 13:53:00 2015 Return-Path: Delivered-To: svn-src-vendor@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FC4A9996B1; Sun, 12 Jul 2015 13:53:00 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CACE815CF; Sun, 12 Jul 2015 13:52:56 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1ZEHgU-0002Sb-Ip; Sun, 12 Jul 2015 16:52:46 +0300 Date: Sun, 12 Jul 2015 16:52:46 +0300 From: Slawa Olhovchenkov To: Andriy Gapon Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: Re: svn commit: r285025 - vendor-sys/illumos/dist/uts/common/fs/zfs Message-ID: <20150712135246.GA43740@zxy.spb.ru> References: <201507021101.t62B1SlK075159@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201507021101.t62B1SlK075159@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: svn-src-vendor@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the vendor work area tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2015 13:53:00 -0000 On Thu, Jul 02, 2015 at 11:01:28AM +0000, Andriy Gapon wrote: > Author: avg > Date: Thu Jul 2 11:01:27 2015 > New Revision: 285025 > URL: https://svnweb.freebsd.org/changeset/base/285025 > > Log: > 6033 arc_adjust() should search MFU lists for oldest buffer when adjusting MFU size > > illumos/illumos-gate@31c46cf23cd1cf4d66390a983dc5072d7d299ba2 > > https://www.illumos.org/issues/6033 > When we're looking for the list containing oldest buffer we never actually look > at the MFU lists even when we try to evict from MFU. > looks like a copy paste error, the fix is here: > > Reviewed by: Saso Kiselkov > Reviewed by: Xin Li > Reviewed by: Prakash Surya > Approved by: Matthew Ahrens > Author: Alek Pinchuk > Obtained from: illumos > > Modified: > vendor-sys/illumos/dist/uts/common/fs/zfs/arc.c > Can you see also at arc_init:4297? I see double init arc_mfu_ghost->arcs_lists[i] and no init arc_anon. This is correct?