Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prior to this commit, if the tail is watching over multiple files, each file signals pending and results in calling in_tail_collect_pending() multiple times. Since function in_tail_collect_pending() goes through all watched files for pending data so calling it once is sufficient. This commit changes that by only signal pending event when there is any pending data from any watched files. Signed-off-by: Eric Lin <[email protected]>
- Loading branch information