Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tracing: eval_map_next() should always increase position index
if seq_file .next fuction does not change position index, read after some lseek can generate unexpected output. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Vasily Averin <[email protected]> [ This is not a bug fix, it just makes it "technically correct" which is why I applied it. NULL is only returned on an anomaly which triggers a WARN_ON ] Signed-off-by: Steven Rostedt (VMware) <[email protected]>
- Loading branch information