diff options
author | Christoph Hellwig <hch@lst.de> | 2022-04-20 06:27:23 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-05-02 14:06:20 -0600 |
commit | f624506f98b198e65b44da303f44974590fb16c0 (patch) | |
tree | 76a69aa14bed3d91e3db70db80bd8cae3e63920d /kernel | |
parent | 82778259eb201870d6d4f95ca4162de60a682343 (diff) |
kthread: unexport kthread_blkcg
kthread_blkcg is only used by the built-in blk-cgroup code.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20220420042723.1010598-16-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/kthread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/kthread.c b/kernel/kthread.c index 50265f69a135..544fd4097406 100644 --- a/kernel/kthread.c +++ b/kernel/kthread.c @@ -1522,5 +1522,4 @@ struct cgroup_subsys_state *kthread_blkcg(void) } return NULL; } -EXPORT_SYMBOL(kthread_blkcg); #endif |