1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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.

MFC after:	3 days
This commit is contained in:
Bryan Drewery 2014-09-23 17:04:21 +00:00
parent 0fb1b79f4d
commit f0656da44f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272032

View File

@ -2625,9 +2625,7 @@ options NSFBUFS=1024
# Enable extra debugging code for locks. This stores the filename and
# line of whatever acquired the lock in the lock itself, and changes a
# number of function calls to pass around the relevant data. This is
# not at all useful unless you are debugging lock code. Also note
# that it is likely to break e.g. fstat(1) unless you recompile your
# userland with -DDEBUG_LOCKS as well.
# not at all useful unless you are debugging lock code.
#
options DEBUG_LOCKS