freebsd-nq/sys/ufs
Jeff Roberson 751d0d9fc9 - 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.
2005-01-24 10:01:10 +00:00
..
ffs Fix ACLs handling for the root file system. 2005-01-15 17:09:53 +00:00
ufs - Add a mutex to the ufsmount structure. This mutex is used to protect 2005-01-24 10:01:10 +00:00