]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lock: reduce inotify wakeups
authorEric Wong <e@yhbt.net>
Wed, 24 Jun 2020 18:45:07 +0000 (18:45 +0000)
committerEric Wong <e@yhbt.net>
Thu, 25 Jun 2020 05:37:45 +0000 (05:37 +0000)
We can reduce the amount of platform-specific code by always
relying on IN_MODIFY/NOTE_WRITE notifications from lock release.
This reduces the number of times our read-only daemons will
need to wake up when -watch sees no-op message changes
(e.g. replied, seen, recent flag changes).


No differences found