summarylogtreecommitdiffstats
path: root/fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch
diff options
context:
space:
mode:
authorgraysky2019-09-15 14:36:36 -0400
committergraysky2019-09-15 14:36:36 -0400
commita24f91ccd01e38a9ba71e9fb6342285a4643cdd4 (patch)
treecf2658841e8a3ae4f47d6e8ebe2ce08d76cd831e /fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch
parente2553b689ecdad55837806a2a2e6ed02c0a9ac5a (diff)
downloadaur-a24f91ccd01e38a9ba71e9fb6342285a4643cdd4.tar.gz
Update to 5.2.14-4
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)
- +{}