Module Name: src Committed By: jdolecek Date: Sun Oct 2 16:44:02 UTC 2016
Modified Files: src/sys/kern: vfs_wapbl.c Log Message: fix off-by-one in wapbl_write_revocations() - when exiting the write loop, wd gets set to next unwritten record, not last written one as code assumed; 'lost head!' KASSERT is not triggered any more To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 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.