Skip to content

CLOSE_WRITE inotify event #235

@valar999

Description

@valar999

When file is changed, every write() call generate WRITE event. That is not what somebody usually want when waiting to file change. WRITE event can occur in partially written file, you get several write events, etc.

CLOSE_WRITE on the other hand occur when file actually changed (at least written) and close.
I think for inotify it is better to use CLOSE_WRITE instead of WRITE or make separate event for it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions