OpenBSD cvs log

created 2018-11-29T17:35:26Z
begin 2018-05-29T00:00:00Z
end 2018-05-30T00:00:00Z
path src/sys
commits 2

date 2018-05-29T08:28:35Z
author mpi
files src/sys/kern/kern_descrip.c log diff annotate
message `f_mtx' must block interrupts as long as it is taken w/ and w/o the
KERNEL_LOCK().

Otherwise a deadlock can occur as found the hardway by tb@.

ok tb@, kettenis@, visa@

date 2018-05-29T14:29:52Z
author visa
files src/sys/ufs/ext2fs/ext2fs_vfsops.c log diff annotate
message Lock the device vnode when calling vinvalbuf() in ext2fs_reload(),
just as is done in ffs_reload().

Requested by and OK bluhm@