commit | 34482e89a5218f0f9317abf1cfba3bb38b5c29dd | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Sun Mar 07 18:43:27 2010 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Tue May 10 14:35:35 2011 -0700 |
tree | 94a2c2409fbbef8a01aae589469ee44180e6e04f | |
parent | 13b6f57623bc485e116344fe91fbcb29f149242b [diff] [blame] |
ns proc: Add support for the uts namespace Acked-by: Daniel Lezcano <daniel.lezcano@free.fr> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
diff --git a/fs/proc/namespaces.c b/fs/proc/namespaces.c index dcbd483..b017181 100644 --- a/fs/proc/namespaces.c +++ b/fs/proc/namespaces.c
@@ -19,6 +19,9 @@ #ifdef CONFIG_NET_NS &netns_operations, #endif +#ifdef CONFIG_UTS_NS + &utsns_operations, +#endif }; static const struct file_operations ns_file_operations = {