From d07eef6ec5982990ab12dbf9a5ad7afcd58eba70 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 9 Aug 2015 10:16:35 +0000 Subject: [PATCH] Ticket #943 --- doc/CHANGES-7.0 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-7.0 b/doc/CHANGES-7.0 index 8e0e86e59ed6..ab14ad5ae04f 100644 --- a/doc/CHANGES-7.0 +++ b/doc/CHANGES-7.0 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0,v 1.1.2.362 2015/08/08 15:46:48 martin Exp $ +# $NetBSD: CHANGES-7.0,v 1.1.2.363 2015/08/09 10:16:35 martin Exp $ A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014 until the 7.0 release: @@ -33876,3 +33876,11 @@ sys/kern/uipc_syscalls.c 1.179 Memory leak. Triggerable from an unprivileged user via COMPAT_43. [maxv, ticket #942] +sys/kern/vfs_wapbl.c 1.62 + + Refactor disk address calculation from physical block numbers in + the journal into a function. Make that function work correctly with + sector sizes != DEV_BSIZE when compiled outside the kernel (i.e. + fsck_ffs). + [mlelstv, ticket #943] +