freebsd-skq/sys/fs
Tom Rhodes 164554dec4 In some cases, like whenever devfs file times are zero, the fix(aa) will not
be applied to dev entries.  This leaves us with file times like "Jan 1 1970."
Work around this problem by replacing the tv_sec == 0 check with a
<= 3600 check.  It's doubtful anyone will be booting within an hour of the
Epoch, let alone care about a few seconds worth of nonzero timestamps.  It's
a hackish work around, but it does work and I have not experienced any
negatives in my testing.

Discussed with:	bde
"Ok with me:	phk
2007-04-20 01:47:05 +00:00
..
cd9660
coda
deadfs
devfs In some cases, like whenever devfs file times are zero, the fix(aa) will not 2007-04-20 01:47:05 +00:00
fdescfs
fifofs
hpfs
msdosfs
ntfs
nullfs
nwfs
portalfs
procfs Instead of stating GIANT_REQUIRED, just acquire and release Giant where 2007-04-15 17:06:09 +00:00
pseudofs Avoid "unused variable" warning when building without PSEUDOFS_TRACE. 2007-04-15 20:35:18 +00:00
smbfs
udf
umapfs
unionfs