Always perform checksum comparison (for disk corruption) when possible.
authorMichael Vrable <vrable@cs.hmc.edu>
Wed, 10 Sep 2014 21:36:18 +0000 (14:36 -0700)
committerMichael Vrable <vrable@cs.hmc.edu>
Wed, 10 Sep 2014 21:36:18 +0000 (14:36 -0700)
If the statcache indicates that a file should be unchanged, but we have
read the file contents anyway (generally, because this was needed for
segment cleaning), then comparing the old and new checksums is basically
free.  Do so, and report any discrepancies as they may indicate on-disk
corruption.


No differences found