maint: remove already handled FIXME in tail.c

* 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
This commit is contained in:
Grigorii Sokolik 2020-10-17 16:54:17 +01:00 committed by Pádraig Brady
parent db3131adb8
commit d9b33b1535

View File

@ -2479,10 +2479,6 @@ main (int argc, char **argv)
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