diff options
| author | Kirill Korotaev <dev@sw.ru> | 2006-12-08 05:37:56 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 11:28:51 -0500 |
| commit | 6b3286ed1169d74fea401367d6d4d6c6ec758a81 (patch) | |
| tree | faf5beddb797875bb92855f8606735478267959a /fs/nfs | |
| parent | 1ec320afdc9552c92191d5f89fcd1ebe588334ca (diff) | |
[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>
Diffstat (limited to 'fs/nfs')
| -rw-r--r-- | fs/nfs/getroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/getroot.c b/fs/nfs/getroot.c index 20c6f39ea38a..8391bd7a83ce 100644 --- a/fs/nfs/getroot.c +++ b/fs/nfs/getroot.c | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | #include <linux/nfs_idmap.h> | 31 | #include <linux/nfs_idmap.h> |
| 32 | #include <linux/vfs.h> | 32 | #include <linux/vfs.h> |
| 33 | #include <linux/namei.h> | 33 | #include <linux/namei.h> |
| 34 | #include <linux/namespace.h> | 34 | #include <linux/mnt_namespace.h> |
| 35 | #include <linux/security.h> | 35 | #include <linux/security.h> |
| 36 | 36 | ||
| 37 | #include <asm/system.h> | 37 | #include <asm/system.h> |
