Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2003 05:15:37 -0700 (PDT)
From:      Stefan Esser <se@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/tools vnode_if.awk
Message-ID:  <200306201215.h5KCFb8v006752@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
se          2003/06/20 05:15:37 PDT

  FreeBSD src repository

  Modified files:
    sys/tools            vnode_if.awk 
  Log:
  The assertions generated to test VFS locking never included checks
  for vnodes reached through double indirection (i.e. **vpp). This
  is worked-around by special-casing the identifier "vpp" (adding one
  level of indirection).
  
  The alternative fix mentioned in the PR had required substantial
  changes to this script.
  
  In case there are locking violations that had been hidden without
  this patch, they may suddenly show up, now ...
  
  This change does not affect code compiled without DEBUG_VFS_LOCKS.
  
  PR:             kern/46652
  
  Revision  Changes    Path
  1.38      +2 -0      src/sys/tools/vnode_if.awk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306201215.h5KCFb8v006752>