CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2022/08/12 08:30:53
Modified files: sys/kern : vfs_bio.c vfs_subr.c sys/msdosfs : msdosfs_vfsops.c sys/nfs : nfs_vfsops.c nfs_vnops.c sys/sys : vnode.h sys/ufs/ext2fs : ext2fs_inode.c ext2fs_vfsops.c sys/ufs/ffs : ffs_vfsops.c Log message: Put more struct vnode fields under splbio(). Buffer cache related struct vnode fields can be accessed in interrupt context. Be more consistent with the use of splbio(). OK mpi@