fsck: Check content of direct mode files (only when the inode cache thinks they are unmodified).

I wrote this earlier, but it never worked because it was looking at the
.git/annex/object content, which is not there..
This commit is contained in:
Joey Hess 2013-04-16 16:17:20 -04:00
parent 6490418a4e
commit 22afcdf2a5
4 changed files with 19 additions and 14 deletions

View file

@ -14,4 +14,5 @@ git-annex version: 4.20130405, Linux
Please provide any additional information below.
> I've fixed it, fsck is indeed checksumming direct mode files now, as long
> as they're not known to be modified. [[done]] --[[Joey]]