cvs commit: src/sys/kern vfs_subr.c src/sys/sys vnode.h

Garrett Wollman wollman at FreeBSD.org
Thu Oct 23 11:17:37 PDT 2003


wollman     2003/10/23 11:17:36 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
    sys/sys              vnode.h 
  Log:
  Add appropriate const poisoning to the assert_*locked() family so that I can
  call ASSERT_VOP_LOCKED(vp, __func__) without a diagnostic.
  
  Inspired by:    the evil and rude OpenAFS cache manager code
  
  Revision  Changes    Path
  1.470     +8 -8      src/sys/kern/vfs_subr.c
  1.228     +7 -7      src/sys/sys/vnode.h


More information about the cvs-src mailing list