cvs commit: src/sys/ufs/ffs ffs_vnops.c
    Jeff Roberson 
    jeff at FreeBSD.org
       
    Sun Mar 13 04:04:12 PST 2005
    
    
  
jeff        2005-03-13 12:04:12 UTC
  FreeBSD src repository
  Modified files:
    sys/ufs/ffs          ffs_vnops.c 
  Log:
   - It is not legal to access v_data without the vnode lock or interlock
     held.  Grab the vnode interlock if LK_INTERLOCK has not been passed in
     so that we can inspect v_data in ffs_lock().
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.155     +11 -1     src/sys/ufs/ffs/ffs_vnops.c
    
    
More information about the cvs-src
mailing list