Re: svn commit: r348421 - head/sys/kern

2019-05-31 Thread Konstantin Belousov
On Thu, May 30, 2019 at 08:14:42PM -0700, Benjamin Kaduk wrote: > On Thu, May 30, 2019 at 8:04 AM Konstantin Belousov wrote: > > > Author: kib > > Date: Thu May 30 15:04:09 2019 > > New Revision: 348421 > > URL: https://svnweb.freebsd.org/changeset/base/348421 > > > > Log: > > Silence witness

Re: svn commit: r348421 - head/sys/kern

2019-05-30 Thread Benjamin Kaduk
On Thu, May 30, 2019 at 8:04 AM Konstantin Belousov wrote: > Author: kib > Date: Thu May 30 15:04:09 2019 > New Revision: 348421 > URL: https://svnweb.freebsd.org/changeset/base/348421 > > Log: > Silence witness warning about duplicated mutex type. > > The order is correct, it is nullfs

svn commit: r348421 - head/sys/kern

2019-05-30 Thread Konstantin Belousov
Author: kib Date: Thu May 30 15:04:09 2019 New Revision: 348421 URL: https://svnweb.freebsd.org/changeset/base/348421 Log: Silence witness warning about duplicated mutex type. The order is correct, it is nullfs vnode interlock -> lower vnode interlock. vop_stdadd_writecount() is called