created | 2024-07-17T09:53:15Z |
---|---|
begin | 2024-07-13T13:20:44Z |
end | 2024-07-13T14:37:56Z |
path | src/sys |
commits | 2 |
date | 2024-07-13T14:37:55Z | |||
---|---|---|---|---|
author | beck | |||
files | src/sys/kern/vfs_subr.c | log | diff | annotate |
src/sys/sys/vnode.h | log | diff | annotate | |
message |
Revert the vdoom change, while it prevents the crashes on joel's go builder and avoids the ufs_inactive problems, bluhm hits panics on shutdown and filesystem unmount on the regress testers. We'll have to try the other approach of detecting the corrupted vnode perhaps. |
date | 2024-07-13T14:37:56Z | |||
---|---|---|---|---|
author | beck | |||
files | src/sys/ufs/ext2fs/ext2fs_inode.c | log | diff | annotate |
src/sys/ufs/ufs/ufs_inode.c | log | diff | annotate | |
message |
Revert the vdoom change, while it prevents the crashes on joel's go builder and avoids the ufs_inactive problems, bluhm hits panics on shutdown and filesystem unmount on the regress testers. We'll have to try the other approach of detecting the corrupted vnode perhaps. |