CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2018/03/28 10:34:28
Modified files: sys/isofs/cd9660: cd9660_vfsops.c sys/isofs/udf : udf_vfsops.c sys/miscfs/fuse: fuse_vfsops.c sys/msdosfs : msdosfs_denode.c sys/tmpfs : tmpfs_subr.c Log message: Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(), to appease WITNESS. ext2fs and ffs already use the flag. The same locking pattern appears with other file systems too, so this patch addresses the remaining cases. OK mpi@