projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aa5dd1
)
kdbus porting: disable cgroup metadata
author
Karol Lewandowski
<k.lewandowsk@samsung.com>
Thu, 8 Aug 2019 18:17:30 +0000
(20:17 +0200)
committer
Karol Lewandowski
<k.lewandowsk@samsung.com>
Thu, 8 Aug 2019 18:17:30 +0000
(20:17 +0200)
Collecting has been done using task_cgroup_path() whose usage
seem to have changed in incompatible way.
Disable for now.
Change-Id: Ic6eb21ad9333615655856e090f4e94a7ef53c5b7
ipc/kdbus/metadata.c
patch
|
blob
|
history
diff --git
a/ipc/kdbus/metadata.c
b/ipc/kdbus/metadata.c
index 44f058d723aa27a5ed17ddd0f616134e37b4a1bf..e12119ed97cab01972435d9b1d4cfa852501cbb5 100644
(file)
--- a/
ipc/kdbus/metadata.c
+++ b/
ipc/kdbus/metadata.c
@@
-333,6
+333,7
@@
static int kdbus_meta_proc_collect_cmdline(struct kdbus_meta_proc *mp)
static int kdbus_meta_proc_collect_cgroup(struct kdbus_meta_proc *mp)
{
#ifdef CONFIG_CGROUPS
+/*
void *page;
char *s;
@@
-351,6
+352,7
@@
static int kdbus_meta_proc_collect_cgroup(struct kdbus_meta_proc *mp)
free_page((unsigned long)page);
mp->valid |= KDBUS_ATTACH_CGROUP;
+*/
#endif
return 0;