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
..
2005-01-19 08:24:53 +00:00
2005-01-24 06:54:05 +00:00
2005-01-19 09:07:56 +00:00
2005-01-18 11:06:34 +00:00
2005-01-17 08:36:46 +00:00