diff options
| author | 2008-12-26 00:35:37 -0500 | |
|---|---|---|
| committer | 2008-12-31 18:07:42 -0500 | |
| commit | 18d8fda7c3c9439be04d7ea2e82da2513b121acb (patch) | |
| tree | 6b16a687205c7c027c719fd2249551f58f966618 /arch/powerpc/kernel/init_task.c | |
| parent | kill vfs_permission (diff) | |
| download | linux-dev-18d8fda7c3c9439be04d7ea2e82da2513b121acb.tar.xz linux-dev-18d8fda7c3c9439be04d7ea2e82da2513b121acb.zip | |
take init_fs to saner place
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/powerpc/kernel/init_task.c')
| -rw-r--r-- | arch/powerpc/kernel/init_task.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/init_task.c b/arch/powerpc/kernel/init_task.c index 4c85b8d56478..688b329800bd 100644 --- a/arch/powerpc/kernel/init_task.c +++ b/arch/powerpc/kernel/init_task.c @@ -7,7 +7,6 @@ #include <linux/mqueue.h> #include <asm/uaccess.h> -static struct fs_struct init_fs = INIT_FS; static struct signal_struct init_signals = INIT_SIGNALS(init_signals); static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); struct mm_struct init_mm = INIT_MM(init_mm); |
