mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-26 14:17:26 -04:00
proper pid{hash,map}_init() prototypes
This patch adds proper prototypes for pid{hash,map}_init() in include/linux/pid_namespace.h Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4ecb90090c
commit
3ae4eed34b
2 changed files with 3 additions and 2 deletions
|
@ -85,4 +85,7 @@ static inline struct task_struct *task_child_reaper(struct task_struct *tsk)
|
|||
return tsk->nsproxy->pid_ns->child_reaper;
|
||||
}
|
||||
|
||||
void pidhash_init(void);
|
||||
void pidmap_init(void);
|
||||
|
||||
#endif /* _LINUX_PID_NS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue