]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: remove already handled FIXME in tail.c
authorGrigorii Sokolik <g.sokol99@g-sokol.info>
Sat, 17 Oct 2020 15:54:17 +0000 (16:54 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 17 Oct 2020 15:54:17 +0000 (16:54 +0100)
* 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

src/tail.c

index 1c887239659a2663185cc572ccf16ecbc7b01d0a..18e52b1bfacf2b3a6aeed985e93a4ad556eb219a 100644 (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