tail: fix "tail -F" file rotation detection
When checking if the newly opened file is the same as the old one,
we need to fstat() the new file descriptor, not the old one again.
Reviewed by: glebius
Sponsored by: Netflix
tail: fix "tail -F" file rotation detection Tags None Referenced Files None Subscribers None
Description
Details
|