From 3d89893047b1bee1b39035101b92179e85986e1e Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 29 Apr 2014 19:22:37 +0000 Subject: Add a comment explaining why we can't move detached dirs back into place. --- lib/backupstore/BackupStoreCheck2.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/backupstore/BackupStoreCheck2.cpp b/lib/backupstore/BackupStoreCheck2.cpp index 15403f3d..a4805378 100644 --- a/lib/backupstore/BackupStoreCheck2.cpp +++ b/lib/backupstore/BackupStoreCheck2.cpp @@ -149,6 +149,8 @@ void BackupStoreCheck::CheckUnattachedObjects() if((flags & Flags_IsDir) == Flags_IsDir) { // Directory. Just put into lost and found. + // (It doesn't contain its filename, so we + // can't recreate the entry in the parent) putIntoDirectoryID = GetLostAndFoundDirID(); } else -- cgit v1.2.3