We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8277825 commit f624506Copy full SHA for f624506
include/linux/kthread.h
@@ -222,9 +222,5 @@ void kthread_associate_blkcg(struct cgroup_subsys_state *css);
222
struct cgroup_subsys_state *kthread_blkcg(void);
223
#else
224
static inline void kthread_associate_blkcg(struct cgroup_subsys_state *css) { }
225
-static inline struct cgroup_subsys_state *kthread_blkcg(void)
226
-{
227
- return NULL;
228
-}
229
#endif
230
#endif /* _LINUX_KTHREAD_H */
kernel/kthread.c
@@ -1522,5 +1522,4 @@ struct cgroup_subsys_state *kthread_blkcg(void)
1522
}
1523
return NULL;
1524
1525
-EXPORT_SYMBOL(kthread_blkcg);
1526
0 commit comments