Received: by mail.netbsd.org (Postfix, from userid 605) id 7CC3785EF5; Sat, 27 Aug 2016 14:48:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 07DDE85F03 for ; Sat, 27 Aug 2016 14:48:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4jZMpURHNois for ; Sat, 27 Aug 2016 14:48:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9555F85E00 for ; Sat, 27 Aug 2016 14:48:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 932B5FBC3; Sat, 27 Aug 2016 14:48:09 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 27 Aug 2016 14:48:09 +0000 From: "Manuel Bouyer" Subject: CVS commit: [netbsd-6-0] src/sys/dev To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160827144809.932B5FBC3@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Manuel Bouyer" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: bouyer Date: Sat Aug 27 14:48:09 UTC 2016 Modified Files: src/sys/dev [netbsd-6-0]: fss.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1399): sys/dev/fss.c: revision 1.95 Disestablish COW handler on error. No need to do further copies after the snapshot device failed. Should fix PR kern/51377: fss(4) panic if snapshot mounted read/write To generate a diff of this commit: cvs rdiff -u -r1.81.4.1.4.2 -r1.81.4.1.4.3 src/sys/dev/fss.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.