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

Commit 0e7a3bb0 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 a2f55351 3b5cf91f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6002,7 +6002,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)