diff options
| author | Serge E. Hallyn <serue@us.ibm.com> | 2006-10-02 05:18:07 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-02 10:57:20 -0400 |
| commit | 0437eb594e6e5e699248f865482e61034be846d0 (patch) | |
| tree | 1cf333f108c6d613f54b2a91fe1ad0f12a04bace /arch/h8300/kernel | |
| parent | ab516013ad9ca47f1d3a936fa81303bfbf734d52 (diff) | |
[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c
Move the init_nsproxy definition out of arch/ into kernel/nsproxy.c. This
avoids all arches having to be updated. Compiles and boots on s390.
Signed-off-by: Serge E. Hallyn <serue@us.ibm.com>
Cc: Kirill Korotaev <dev@openvz.org>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Herbert Poetzl <herbert@13thfloor.at>
Cc: Andrey Savochkin <saw@sw.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/h8300/kernel')
| -rw-r--r-- | arch/h8300/kernel/init_task.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/h8300/kernel/init_task.c b/arch/h8300/kernel/init_task.c index ef5755af6e..19272c2ac5 100644 --- a/arch/h8300/kernel/init_task.c +++ b/arch/h8300/kernel/init_task.c | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | #include <linux/init_task.h> | 8 | #include <linux/init_task.h> |
| 9 | #include <linux/fs.h> | 9 | #include <linux/fs.h> |
| 10 | #include <linux/mqueue.h> | 10 | #include <linux/mqueue.h> |
| 11 | #include <linux/nsproxy.h> | ||
| 12 | 11 | ||
| 13 | #include <asm/uaccess.h> | 12 | #include <asm/uaccess.h> |
| 14 | #include <asm/pgtable.h> | 13 | #include <asm/pgtable.h> |
| @@ -18,7 +17,6 @@ static struct files_struct init_files = INIT_FILES; | |||
| 18 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); | 17 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); |
| 19 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); | 18 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); |
| 20 | struct mm_struct init_mm = INIT_MM(init_mm); | 19 | struct mm_struct init_mm = INIT_MM(init_mm); |
| 21 | struct nsproxy init_nsproxy = INIT_NSPROXY(init_nsproxy); | ||
| 22 | 20 | ||
| 23 | EXPORT_SYMBOL(init_mm); | 21 | EXPORT_SYMBOL(init_mm); |
| 24 | 22 | ||
