[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tail: with --pid, ensure all inotify events are processed
From: |
Pádraig Brady |
Subject: |
Re: [PATCH] tail: with --pid, ensure all inotify events are processed |
Date: |
Wed, 7 Jun 2017 10:07:11 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 07/06/17 08:04, Jim Meyering wrote:
> On Wed, Jun 7, 2017 at 12:23 AM, Pádraig Brady <address@hidden> wrote:
>> + tail -f with --pid no longer ignores some inotify events.
>> + [bug introduced with inotify support added in coreutils-7.5]
>
> Nice patch.
> Might be worth clarifying that
>
> tail -f --pid=PID
>
> no longer ignores events delivered just prior to PID death detection.
Note the events may be ignored completely upon PID death,
or be delayed until future events on the monitored files.
I'll clarify
thanks,
Pádraig