[PATCH] rename struct namespace to struct mnt_namespace
authorKirill Korotaev <dev@sw.ru>
Fri, 8 Dec 2006 10:37:56 +0000 (02:37 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:51 +0000 (08:28 -0800)
commit6b3286ed1169d74fea401367d6d4d6c6ec758a81
treefaf5beddb797875bb92855f8606735478267959a
parent1ec320afdc9552c92191d5f89fcd1ebe588334ca
[PATCH] rename struct namespace to struct mnt_namespace

Rename 'struct namespace' to 'struct mnt_namespace' to avoid confusion with
other namespaces being developped for the containers : pid, uts, ipc, etc.
'namespace' variables and attributes are also renamed to 'mnt_ns'

Signed-off-by: Kirill Korotaev <dev@sw.ru>
Signed-off-by: Cedric Le Goater <clg@fr.ibm.com>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Herbert Poetzl <herbert@13thfloor.at>
Cc: Sukadev Bhattiprolu <sukadev@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
16 files changed:
fs/afs/mntpt.c
fs/namespace.c
fs/nfs/getroot.c
fs/pnode.c
fs/pnode.h
fs/proc/base.c
fs/reiserfs/super.c
include/linux/init_task.h
include/linux/mnt_namespace.h [new file with mode: 0644]
include/linux/mount.h
include/linux/namespace.h [deleted file]
include/linux/nsproxy.h
kernel/exit.c
kernel/fork.c
kernel/kmod.c
kernel/nsproxy.c