mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 05:27:07 +02:00
ANDROID: freezer: export the freezer_cgrp_subsys for GKI purpose.
Exporting the symbol freezer_cgrp_subsys, in that vendor module can add can_attach & cancel_attach member function. It is vendor-specific tuning. Bug: 182496370 Signed-off-by: Zhuguangqing <zhuguangqing@xiaomi.com> Change-Id: I153682b9d1015eed3f048b45ea6495ebb8f3c261
This commit is contained in:
parent
3b196be83e
commit
ee3f4d2821
|
|
@ -479,3 +479,4 @@ struct cgroup_subsys freezer_cgrp_subsys = {
|
|||
.fork = freezer_fork,
|
||||
.legacy_cftypes = files,
|
||||
};
|
||||
EXPORT_SYMBOL_GPL(freezer_cgrp_subsys);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user