Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 860a4c6b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cgroup: prefer %pK to %p"

parents 6b518d08 fde4a391
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5566,7 +5566,7 @@ static int cgroup_css_links_read(struct seq_file *seq, void *v)
		struct task_struct *task;
		int count = 0;

		seq_printf(seq, "css_set %p\n", cset);
		seq_printf(seq, "css_set %pK\n", cset);

		list_for_each_entry(task, &cset->tasks, cg_list) {
			if (count++ > MAX_TASKS_SHOWN_PER_CSS)