mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-30 21:44:45 +08:00
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:
parent
db3131adb8
commit
d9b33b1535
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user