fs/namespace.c | 16 ++++++---- include/linux/cgroup.h | 51 +------------------------------ include/linux/cgroup_namespace.h | 56 ++++++++++++++++++++++++++++++++++ include/linux/mnt_namespace.h | 2 ++ include/linux/ns_common.h | 43 ++++++++++++++++++++++++++ include/linux/proc_ns.h | 21 ------------- include/linux/uts_namespace.h | 65 ++++++++++++++++++++++++++++++++++++++++ include/linux/utsname.h | 58 +---------------------------------- include/uapi/linux/nsfs.h | 3 ++ ipc/namespace.c | 6 ++-- kernel/Makefile | 2 +- kernel/cgroup/namespace.c | 4 +-- kernel/nscommon.c | 25 ++++++++++++++++ kernel/pid_namespace.c | 6 ++-- kernel/time/namespace.c | 4 +-- kernel/user_namespace.c | 6 ++-- kernel/utsname.c | 4 +-- net/core/net_namespace.c | 23 ++------------ 18 files changed, 225 insertions(+), 170 deletions(-)