cvs commit: src/sys/ufs/ufs ufsmount.h
    Jeff Roberson 
    jeff at FreeBSD.org
       
    Sun Jul  3 01:08:47 GMT 2005
    
    
  
jeff        2005-01-24 10:01:10 UTC
  FreeBSD src repository
  Modified files:
    sys/ufs/ufs          ufsmount.h 
  Log:
   - Add a mutex to the ufsmount structure.  This mutex is used to protect
     any per-instance global data that is not already protected by a
     buf or vnode lock.  Presently, only fields in ffs's struct fs utilize
     this lock.
   - Sort some ufsmount members so that fields used for quotas are grouped
     together.  This is in anticipation of quota locking.
  
  Sponsored By:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.34      +8 -3      src/sys/ufs/ufs/ufsmount.h
    
    
More information about the cvs-all
mailing list