tail: reinstate inotify use with FIFOs
commit5ee49fea85cad878db0e99cc06e25121574e3316
authorPádraig Brady <P@draigBrady.com>
Tue, 22 Aug 2017 04:00:01 +0000 (21 21:00 -0700)
committerPádraig Brady <P@draigBrady.com>
Fri, 25 Aug 2017 02:20:47 +0000 (24 19:20 -0700)
treedf9c95dcbea0eacd9d8d4447773f6209f1b4a288
parentd306546d8441ad5108e01f94eccc3ba851fa2d5e
tail: reinstate inotify use with FIFOs

commit v8.27-44-g18f6b22 was too aggressive in
only allowing inotify use with regular files. This will
support responsive processing of `tail -f fifo | ...`

* src/tail.c (any_non_regular): Adjust to allow FIFOs
since inotify supports these well.
* tests/tail-2/inotify-only-regular.sh: Adjust comment.
src/tail.c
tests/tail-2/inotify-only-regular.sh