linux: add IN_MOVE_SELF to inotify event mask
Partially fixes joyent/node#3172, behavior is now consistent with inotifywait.
This commit is contained in:
parent
bfd6d465c7
commit
fac3b68fff
@ -185,6 +185,7 @@ int uv_fs_event_init(uv_loop_t* loop,
|
||||
| UV__IN_MODIFY
|
||||
| UV__IN_DELETE
|
||||
| UV__IN_DELETE_SELF
|
||||
| UV__IN_MOVE_SELF
|
||||
| UV__IN_MOVED_FROM
|
||||
| UV__IN_MOVED_TO;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user