Re: [PATCH v14 5/9] ref_tracker: allow pr_ostream() to print directly to a seq_file

2025-06-11 Thread Krzysztof Karas
Hi Jeff, > Allow pr_ostream to also output directly to a seq_file without an > intermediate buffer. The first caller of +ref_tracker_dir_seq_print() > will come in a later patch, so mark that __maybe_unused for now. That > designation will be removed once it is used. > > Reviewed-by: Andrew Lunn

[PATCH v14 5/9] ref_tracker: allow pr_ostream() to print directly to a seq_file

2025-06-10 Thread Jeff Layton
Allow pr_ostream to also output directly to a seq_file without an intermediate buffer. The first caller of +ref_tracker_dir_seq_print() will come in a later patch, so mark that __maybe_unused for now. That designation will be removed once it is used. Reviewed-by: Andrew Lunn Signed-off-by: Jeff L