Roxen.git/
server/
base_server/
fsgc.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-16
2017-11-16 15:21:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ca76c5456786b1ae9ac6149876f972a38fc1bf03 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
patches/ep302
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);