Received: by mail.netbsd.org (Postfix, from userid 0) id 6DCBF63B100; Fri, 10 Sep 2010 10:14:58 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 52A7863B100 for ; Fri, 10 Sep 2010 10:14:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3FD12175DD; Fri, 10 Sep 2010 10:14:56 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Fri, 10 Sep 2010 10:14:56 +0000 From: Matthias Drochner Subject: CVS commit: src/sys/kern To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20100910101456.3FD12175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: Matthias Drochner Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: drochner Date: Fri Sep 10 10:14:56 UTC 2010 Modified Files: src/sys/kern: vfs_wapbl.c Log Message: fix two bugs reported by Ryo Shimizu: -wrong initialization reported in a followup to PR bin/43336 (looks harmless because it applies to zero-initialized memory, so LIST_INIT() is a no-op) -wrong loop count in reply misses a hash bucket (PR kern/43827) (this was introduced by a post-netbsd-5 change, so it isn't related to the PR above) To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/kern/vfs_wapbl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.