freebsd-nq/sys/ufs
David Greenman 5d210d3fd4 Since buffers can be pulled off of the disk queue at interrupt time and
disksort is called at non-interrupt time and can be actively traversing
the list when that happens, there is a very small window of vulnerability.
Close it by protecting disksort with splbio().
1995-08-07 11:55:32 +00:00
..
ffs Use bdwrite() rather than brelse(). The cylinder group bitmap modification 1995-08-07 08:16:32 +00:00
lfs Removed redundant call to vm_object_page_clean: this is already handled 1995-08-06 11:59:48 +00:00
mfs Mount MFS as root RW. Remounting doesn't make sense. 1995-05-29 03:27:37 +00:00
ufs Since buffers can be pulled off of the disk queue at interrupt time and 1995-08-07 11:55:32 +00:00