summarylogtreecommitdiffstats
path: root/fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch')
-rw-r--r--fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch b/fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch
deleted file mode 100644
index a865e34091f4..000000000000
--- a/fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/patch-5.2-ck1 2019-09-15 09:50:19.754754121 -0400
-+++ b/patch-5.2-ck1 2019-09-15 09:51:08.842070790 -0400
-@@ -14886,7 +14886,10 @@ index 000000000000..ab972d0af7b5
- +
- +void proc_sched_show_task(struct task_struct *p, struct pid_namespace *ns,
- + struct seq_file *m)
--+{}
-++{
-++ seq_printf(m, "%s (%d, #threads: %d)\n", p->comm, task_pid_nr_ns(p, ns),
-++ get_nr_threads(p));
-++}
- +
- +void proc_sched_set_task(struct task_struct *p)
- +{}