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.