ANDROID: kthread: Export kthread_blkcg

Export kthread_blkcg function which will be used
by the iolimit module to get current thread blkcg
info.

Bug: 408542407

Change-Id: I73c7151457e5ce75eb701b5e6f08f36849551135
Signed-off-by: Felix Song <songfeng@oppo.com>
This commit is contained in:
Felix Song
2025-03-30 17:42:55 +08:00
committed by Lee Jones
parent 05baf38aff
commit 54584a5115

View File

@@ -1561,4 +1561,5 @@ struct cgroup_subsys_state *kthread_blkcg(void)
}
return NULL;
}
EXPORT_SYMBOL_GPL(kthread_blkcg);
#endif