Module Name: src Committed By: bouyer Date: Sat Aug 27 14:49:09 UTC 2016
Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: ticket 1399 To generate a diff of this commit: cvs rdiff -u -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-6.1.6 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.1.6 diff -u src/doc/CHANGES-6.1.6:1.1.2.71 src/doc/CHANGES-6.1.6:1.1.2.72 --- src/doc/CHANGES-6.1.6:1.1.2.71 Sat Aug 27 14:42:02 2016 +++ src/doc/CHANGES-6.1.6 Sat Aug 27 14:49:09 2016 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.1.6,v 1.1.2.71 2016/08/27 14:42:02 bouyer Exp $ +# $NetBSD: CHANGES-6.1.6,v 1.1.2.72 2016/08/27 14:49:09 bouyer Exp $ A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6 release: @@ -8428,3 +8428,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] +