Roxen.git/
server/
base_server/
fsgc.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-27
2017-11-27 10:57:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>
aebad6ad4df91b9cc2ad975a962f024de229abde (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
6.0
FSGC: Restore stable change notification after override.
Fixes
[EP-329]
Comment
#1
.
368:
// Override accelerated stable change notification. if (st->mtime > time(1) - stable_time) { GC_WERR("FSGC: Keeping file: %O\n", path);
+
// Remove the stable notification marker, and reschedule.
+
last_change = st->mtime;
+
update(st);
return; } rm(path);