debug(2,"Cannot lstat64(\"%s\", st). Seems, that the object had been deleted (%i) or option \"--cancel-syscalls=mon_stat\" (%i) is set.",path_stat,r.t.objtype_new==EOT_DOESNTEXIST,ctx_p->flags[CANCEL_SYSCALLS]&CSC_MON_STAT);
debug(2,"Cannot lstat64(\"%s\", lstat). Seems, that the object had been deleted (%i) or option \"--cancel-syscalls mon_stat\" (%i) is set.",path_full,r->objtype_new==EOT_DOESNTEXIST,ctx_p->flags[CANCEL_SYSCALLS]&CSC_MON_STAT);
st_mode=(event->mask&IN_ISDIR?S_IFDIR:S_IFREG);
st_size=0;
lstat_p=NULL;
}else{
...
...
@@ -156,9 +156,6 @@ int inotify_handle(ctx_t *ctx_p, indexes_t *indexes_p) {
debug(2,"Cannot or cancelled lstat64(\"%s\", lstat). The object had been deleted (%i) or option \"--cancel-syscalls=mon_stat\" (%i) is set.",path_full,ev_p->fflags==NOTE_DELETE,ctx_p->flags[CANCEL_SYSCALLS]&CSC_MON_STAT);