cvs commit: src/sys/kern vfs_subr.c

Jeff Roberson jeff at FreeBSD.org
Wed Feb 23 00:11:15 GMT 2005


jeff        2005-02-23 00:11:14 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
   - Only the xlock holder should be calling VOP_LOCK on a vp once VI_XLOCK
     has been set.  Assert that this is the case so that we catch filesystems
     who are using naked VOP_LOCKs in illegal cases.
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.588     +5 -0      src/sys/kern/vfs_subr.c


More information about the cvs-all mailing list