freebsd-src/sys/ufs
Bruce Evans 774fce94c0 Removed volatile' from declaration of time', and removed the resulting
null casts.  `time' is nonvolatile for accesses within a region locked
by splclock()/splx().  Accesses outside such a region are invalid, and
splx() must have the side effect of potentially changing all global
variables (since there are hundreds of sort of volatile variables like
`time'), so declaring `time' as volatile didn't have any real benefits.
1997-03-22 08:03:51 +00:00
..
ffs Fixed some invalid (non-atomic) accesses to `time', mostly ones of the 1997-03-22 06:53:45 +00:00
lfs Removed volatile' from declaration of time', and removed the resulting 1997-03-22 08:03:51 +00:00
mfs Backed out rev.1.27, which broke unmounting of mfs and caused panics 1997-03-22 03:59:46 +00:00
ufs Fixed some invalid (non-atomic) accesses to `time', mostly ones of the 1997-03-22 06:53:45 +00:00