inotify: fix event filter to handle file writing and file renames #7

Merged
liske merged 1 commit from fix-inotify-events into main 2024-10-21 23:47:52 +02:00
liske commented 2024-10-21 23:43:05 +02:00 (Migrated from github.com)

The inotify event MODIFY does trigger on writes and truncates but we only wan't to be triggered after the files has been completely written or when it was target of a rename (MOVED_TO).

The inotify event `MODIFY` does trigger on writes and truncates but we only wan't to be triggered after the files has been completely written **or** when it was target of a rename (`MOVED_TO`).
MarcelCoding (Migrated from github.com) approved these changes 2024-10-21 23:47:46 +02:00
Sign in to join this conversation.
No description provided.