From owner-freebsd-current@freebsd.org Sun Jan 10 19:37:21 2016 Return-Path: Delivered-To: freebsd-current@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 86965A6BB7D for ; Sun, 10 Jan 2016 19:37:21 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 52F0A1A1F for ; Sun, 10 Jan 2016 19:37:21 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-ob0-x235.google.com with SMTP id ba1so392705979obb.3 for ; Sun, 10 Jan 2016 11:37:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=4A08TugT8YC1LUcVCPgRj1SbL0j1yeERNeifDv8dkog=; b=j9vAsQ8nGdSyYgCJg3BmrcHtRx6Kzcpqa8aRmnFTHwlXNc9KRnOY+QQ/ZGCJxA9jlv MMRP1yovGHWHY/LxenG7oGpkqDsklu5+fxR13ANlwcbbOrK4MJ5DbnJBGOqsctVQij4S XZDai2jU4eedX9EMHdrEe3rD1+XqP4P77JLUhXWD9roRxd4GCyo9bYaRKUqCpVrmLZiZ ZOL0d4GJtYqkQC72vfJqtd02bvZIcwtFwene8FwM1jjSUPJ02qVdOyvdc44BYL3QCTy+ KPMOi1wzhGFtweTsNWUvtx8uaSHOf3YtcjbMHGn1V8X6Ea1WB0pwd+F1g9urTklIRVC5 QSig== MIME-Version: 1.0 X-Received: by 10.182.94.176 with SMTP id dd16mr15697947obb.65.1452454639883; Sun, 10 Jan 2016 11:37:19 -0800 (PST) Sender: asomers@gmail.com Received: by 10.202.69.84 with HTTP; Sun, 10 Jan 2016 11:37:19 -0800 (PST) In-Reply-To: <20160110093239.3f10c8c6.ohartman@zedat.fu-berlin.de> References: <20160109100029.524a69ee.ohartman@zedat.fu-berlin.de> <5690DE73.7080903@delphij.net> <20160110093239.3f10c8c6.ohartman@zedat.fu-berlin.de> Date: Sun, 10 Jan 2016 12:37:19 -0700 X-Google-Sender-Auth: J-GzZA6SyKZcjAg_P8TPhRHv5Eg Message-ID: Subject: Re: [zfs] Cache on SD stops working after updating to 11-CURRENT r291458 amd64 From: Alan Somers To: "O. Hartmann" Cc: Xin Li , "Ranjan1018 ." <214748mv@gmail.com>, FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2016 19:37:21 -0000 On Sun, Jan 10, 2016 at 1:32 AM, O. Hartmann wrote: > Am Sat, 9 Jan 2016 02:18:27 -0800 > Xin Li schrieb: > >> Please subscribe: >> >> https://bugs.freebsd.org/205882 >> >> You can locally apply -r292066 or modify the code to skip the check when >> pguid is 0 as a stopgap. >> >> Cheers, >> > > Is there any chance this get sorted out and solved in due time? > > Regards, > > oh Yes. The fix will be quite quick, but it's currently being blocked by an open code review on the same file. https://reviews.freebsd.org/D4524