freebsd-nq/sys/ufs
Jeff Roberson 8e37fbad3a - Don't use atomic operations to deal with the active array, instead
it is now quite naturally protected by the ufsmount mutex.
 - Use the ufs lock to protect various fields in struct fs, primarily the
   cg summary needs protection to avoid allocation races.  Several
   functions have been slightly re-arranged to reduce the number of
   lock operations.
 - Adjust several functions (blkfree, freefile, etc.) to accept a
   ufsmount as an argument so that we may access the ufs lock.

Sponsored By:	Isilon Systems, Inc.
2005-01-24 10:08:35 +00:00
..
ffs - Don't use atomic operations to deal with the active array, instead 2005-01-24 10:08:35 +00:00
ufs - Add a mutex to the ufsmount structure. This mutex is used to protect 2005-01-24 10:01:10 +00:00