From: Vsevolod Stakhov Date: Sun, 18 Oct 2020 18:53:31 +0000 (+0100) Subject: [Minor] Ignore atime change in ev_stat X-Git-Tag: 2.7~224 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98388a5b3b0c609b97861dd872fc6db1c3df7ec6;p=thirdparty%2Frspamd.git [Minor] Ignore atime change in ev_stat --- diff --git a/contrib/libev/ev.c b/contrib/libev/ev.c index e569a010c4..886a45ed10 100644 --- a/contrib/libev/ev.c +++ b/contrib/libev/ev.c @@ -5034,7 +5034,7 @@ stat_timer_cb (EV_P_ ev_timer *w_, int revents) || prev.st_gid != w->attr.st_gid || prev.st_rdev != w->attr.st_rdev || prev.st_size != w->attr.st_size - || prev.st_atime != w->attr.st_atime + /* || prev.st_atime != w->attr.st_atime */ /* Rspamd: to avoid constant maps reload */ || prev.st_mtime != w->attr.st_mtime || prev.st_ctime != w->attr.st_ctime ) {