svn commit: r272032 - head/sys/conf
John Baldwin
jhb at freebsd.org
Wed Sep 24 14:12:06 UTC 2014
On Tuesday, September 23, 2014 09:44:34 PM Konstantin Belousov wrote:
> On Tue, Sep 23, 2014 at 01:31:42PM -0500, Bryan Drewery wrote:
> > On 9/23/2014 1:20 PM, Konstantin Belousov wrote:
> > > On Tue, Sep 23, 2014 at 05:04:21PM +0000, Bryan Drewery wrote:
> > >> Author: bdrewery
> > >> Date: Tue Sep 23 17:04:21 2014
> > >> New Revision: 272032
> > >> URL: http://svnweb.freebsd.org/changeset/base/272032
> > >>
> > >> Log:
> > >> DEBUG_LOCKS no longer modifies 'struct vnode', nor does fstat(1) use
> > >> it.
> > >> fstat(1) now uses libprocstat(9). There is no userland impact to
> > >> using this.> >
> > > DEBUG_VFS_LOCKS does modify KBI of VFS, by adding struct stack to
> > > lockmgr, and lockmgr is embedded into each struct vnode.
> > >
> > > VFS modules, in particular, filesystems, compiled for mismatched
> > > kernel WRT DEBUG_VFS_LOCKS, would cause strange breakage.
> >
> > Well, perhaps the comment needs to be updated to state that
> > DEBUG_VFS_LOCKS modifies VFS KBI so any VFS modules will need to
> > recompiled.
> >
> > I did see the stack was moved to lockmgr, but given the use of
> > libprocstat, and lockmgr being a kernel struct, I don't think it's worth
> > mentioning userland here.
> >
> > Sound good?
>
> I agree, I do not think that userland is affected.
It is for at least lsof (which does not use libprocstat and cannot easily be
adopted to use it exclusively as it pulls a lot more data out than libprocstat
exports such as the info about file locks, etc.)
--
John Baldwin
More information about the svn-src-all
mailing list