Re: [PATCH v15 5/9] ref_tracker: allow pr_ostream() to print directly to a seq_file
From: Krzysztof Karas <hidden>
Date: 2025-06-23 14:02:00
Also in:
dri-devel, intel-gfx, lkml
From: Krzysztof Karas <hidden>
Date: 2025-06-23 14:02:00
Also in:
dri-devel, intel-gfx, lkml
Hi Jeff, [...]
+static __maybe_unused int
+ref_tracker_dir_seq_print(struct ref_tracker_dir *dir, struct seq_file *seq)
+{
+ struct ostream os = { .func = pr_ostream_seq,
+ .prefix = "",This is also a "ref_tracker_*" function, so maybe use the same prefix as in other functions? I mean .prefix = "ref_tracker:". Unless, you have a reason for leaving it empty ;) --- Best Regards, Krzysztof