sync on IN_ATTRIB as well

This commit is contained in:
Axel Kittenberger 2009-04-05 14:49:27 +00:00
parent 7fc6677f7e
commit 247b2252ed
1 changed files with 1 additions and 1 deletions

View File

@ -1200,7 +1200,7 @@ bool handle_event(struct inotify_event *event)
remove_dirwatch(event->name, watch);
}
if ((IN_CREATE | IN_CLOSE_WRITE | IN_DELETE |
if ((IN_ATTRIB | IN_CREATE | IN_CLOSE_WRITE | IN_DELETE |
IN_MOVED_TO | IN_MOVED_FROM) & event->mask
) {
printlogf(NORMAL, "event %s:%s triggered.", masktext, event->name);