On Wed, Apr 18, 2012 at 12:42:50AM +0000, Emmanuel Dreyfus wrote: > Module Name: src > Committed By: manu > Date: Wed Apr 18 00:42:50 UTC 2012 > > Modified Files: > src/sys/fs/puffs: puffs_vnops.c > > Log Message: > - Makesure update_va does not change vnode size when it should not. For > instance when doing a fault-issued VOP_GETPAGES within VOP_WRITE, changing > size leads to panic: genfs_getpages: past eof. > -Handle ticks wrap around for vnode name andattribute timeout
This (or the accompanying lib commit) breaks the fs/puffs/t_fuzz:mountfuzz8 test case, see for example: http://releng.netbsd.org/b5reports/amd64/build/2012.04.18.02.55.05/test.html#fs_puffs_t_fuzz_mountfuzz8 Martin