* src/tail.c: Remove FIXME to follow a file name in a recreated
directory. The comment was added in commit
v8.5-191-g61b77891c
while the fix (albeit not using inotify) was added in
commit
v8.27-21-gba5fe2d4b
recheck it and follow the new file, or ignore it if the
file has changed to being remote.
- FIXME: when using inotify, and a directory for a watched file
- is recreated, then we don't recheck any new file when
- follow_mode == Follow_name.
-
FIXME-maybe: inotify has a watch descriptor per inode, and hence with
our current hash implementation will only --follow data for one
of the names when multiple hardlinked files are specified, or