|
@@ -9,7 +9,6 @@
|
|
#include "linux/sched.h"
|
|
#include "linux/sched.h"
|
|
#include "linux/init_task.h"
|
|
#include "linux/init_task.h"
|
|
#include "linux/mqueue.h"
|
|
#include "linux/mqueue.h"
|
|
-#include "linux/nsproxy.h"
|
|
|
|
#include "asm/uaccess.h"
|
|
#include "asm/uaccess.h"
|
|
#include "asm/pgtable.h"
|
|
#include "asm/pgtable.h"
|
|
#include "user_util.h"
|
|
#include "user_util.h"
|
|
@@ -18,7 +17,6 @@
|
|
|
|
|
|
static struct fs_struct init_fs = INIT_FS;
|
|
static struct fs_struct init_fs = INIT_FS;
|
|
struct mm_struct init_mm = INIT_MM(init_mm);
|
|
struct mm_struct init_mm = INIT_MM(init_mm);
|
|
-struct nsproxy init_nsproxy = INIT_NSPROXY(init_nsproxy);
|
|
|
|
static struct files_struct init_files = INIT_FILES;
|
|
static struct files_struct init_files = INIT_FILES;
|
|
static struct signal_struct init_signals = INIT_SIGNALS(init_signals);
|
|
static struct signal_struct init_signals = INIT_SIGNALS(init_signals);
|
|
static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
|
|
static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
|