]> go.fuhry.dev Git - fsnotify.git/commit
inotify: sync Watcher with underlying inotify with IN_IGNORE
authorKen-ichirou MATSUZAWA <chamas@h4.dion.ne.jp>
Thu, 12 Mar 2015 05:09:56 +0000 (14:09 +0900)
committerNathan Youngman <git@nathany.com>
Tue, 17 Nov 2015 20:54:40 +0000 (13:54 -0700)
commite2532248b8b41873668e8e339833f9b4083d4a71
treedc09e4b413ef0efa2af0d135e8c89c012b94a2c2
parent3e240396307df095e90887a5a307a5ee5862ebf4
inotify: sync Watcher with underlying inotify with IN_IGNORE

Watcher.watches and paths are not deleted when entry was removed automatically. Deleting those entry at ignoreLinux() to fix it.

This changes removing invalid watch name, it (should) always return "can't remove non-existent..."

closes #73
CHANGELOG.md
inotify.go
inotify_test.go