Roxen.git/
server/
base_server/
fsgc.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-27
2017-11-27 10:57:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>
77d226f7f89915a620003429e97b126706aa31ad (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
6.0
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);