Branch: Tag:

2017-11-16

2017-11-16 15:09:18 by Anders Johansson <anders@roxen.com>

FSGC: Override accelerated stable change notification [EP-327]

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