diff options
| author | 2006-02-10 16:51:29 +1100 | |
|---|---|---|
| committer | 2006-02-10 16:51:29 +1100 | |
| commit | d6d93856cb90eeb07062ad938bd26f554bf1b9b9 (patch) | |
| tree | eeec5011a42f38d3dfe7b61788b7ac1cc890edeb /include/linux/namespace.h | |
| parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc (diff) | |
| parent | [PATCH] powerpc: Add FSL USB node to documentation (diff) | |
| download | wireguard-linux-d6d93856cb90eeb07062ad938bd26f554bf1b9b9.tar.xz wireguard-linux-d6d93856cb90eeb07062ad938bd26f554bf1b9b9.zip | |
Merge ../powerpc-merge
Diffstat (limited to 'include/linux/namespace.h')
| -rw-r--r-- | include/linux/namespace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/namespace.h b/include/linux/namespace.h index 6731977c4c13..3abc8e3b4879 100644 --- a/include/linux/namespace.h +++ b/include/linux/namespace.h @@ -15,6 +15,7 @@ struct namespace { extern int copy_namespace(int, struct task_struct *); extern void __put_namespace(struct namespace *namespace); +extern struct namespace *dup_namespace(struct task_struct *, struct fs_struct *); static inline void put_namespace(struct namespace *namespace) { |
