Give vflush_vnode() a hint about vnodes we don't need to account as "busy".
authorderaadt <deraadt@openbsd.org>
Thu, 14 Dec 2017 20:20:38 +0000 (20:20 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 14 Dec 2017 20:20:38 +0000 (20:20 +0000)
commit823f741b15885d5bdaf8dd9daa9a31667ad48cfd
tree9c14acb8ab1e5a4d9d11db4725c00997b669a4f8
parent5489f6bfac0a836b556ebf8ffd2156d451de2041
Give vflush_vnode() a hint about vnodes we don't need to account as "busy".
Change mountpoint to RDONLY a little later.  Seems to improve the
rw->ro transition a bit.
sys/kern/vfs_subr.c
sys/sys/vnode.h
sys/ufs/ffs/ffs_vfsops.c