Branch: Tag:

2017-11-16

2017-11-16 15:21:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

FSGC [DEBUG]: Don't claim that the root directory is getting deleted.

363:       void stable_data_change(string path, Stdio.Stat st)    { -  GC_WERR("FSGC: Deleting stale file: %O\n", path); +     if (path == root) return; -  +  GC_WERR("FSGC: Deleting stale file: %O\n", path);    // Override accelerated stable change notification.    if (st->mtime >= time(1) - stable_time) {    GC_WERR("FSGC: Keeping file: %O\n", path);