From: Kirill Korotaev 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 Signed-off-by: Cedric Le Goater Cc: Eric W. Biederman Cc: Herbert Poetzl Cc: Sukadev Bhattiprolu Signed-off-by: Andrew Morton --- fs/cachefiles/cf-bind.c | 2 +- fs/cachefiles/cf-proc.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff -puN fs/cachefiles/cf-bind.c~rename-struct-namespace-to-struct-mnt_namespace-cachefiles fs/cachefiles/cf-bind.c --- a/fs/cachefiles/cf-bind.c~rename-struct-namespace-to-struct-mnt_namespace-cachefiles +++ a/fs/cachefiles/cf-bind.c @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #include #include diff -puN fs/cachefiles/cf-proc.c~rename-struct-namespace-to-struct-mnt_namespace-cachefiles fs/cachefiles/cf-proc.c --- a/fs/cachefiles/cf-proc.c~rename-struct-namespace-to-struct-mnt_namespace-cachefiles +++ a/fs/cachefiles/cf-proc.c @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #include #include @@ -70,7 +70,6 @@ static const struct cachefiles_proc_cmd { "", NULL } }; - /*****************************************************************************/ /* * do various checks _