Module Name: src
Committed By: bouyer
Date: Sat Aug 27 14:48:31 UTC 2016
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
ticket 1399
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.73 -r1.1.2.74 src/doc/CHANGES-6.0.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.73 src/doc/CHANGES-6.0.7:1.1.2.74
--- src/doc/CHANGES-6.0.7:1.1.2.73 Sat Aug 27 14:41:25 2016
+++ src/doc/CHANGES-6.0.7 Sat Aug 27 14:48:31 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.73 2016/08/27 14:41:25 bouyer Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.74 2016/08/27 14:48:31 bouyer Exp $
A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
release:
@@ -8708,3 +8708,11 @@ usr.sbin/quot/quot.c 1.34
by other operating systems, for example, FreeBSD.
[martin, ticket #1395]
+sys/dev/fss.c 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
+ [hannken, ticket #1399]
+