]> Sergey Matveev's repositories - public-inbox.git/commitdiff
kqnotify|fake_inotify: detect Maildir write ops
authorEric Wong <e@yhbt.net>
Sat, 27 Jun 2020 10:03:35 +0000 (10:03 +0000)
committerEric Wong <e@yhbt.net>
Sun, 28 Jun 2020 22:27:13 +0000 (22:27 +0000)
We need to detect link(2) and rename(2) in other apps
writing to the Maildir.

We'll be removing the Filesys::Notify::Simple from -watch
in favor of using IO::KQueue or Linux::Inotify2 directly.
Ensure non-inotify emulations can support everything we
expect for Maildir writers.


No differences found