diff options
Diffstat (limited to 'fs/proc')
-rw-r--r-- | fs/proc/namespaces.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/proc/namespaces.c b/fs/proc/namespaces.c index dcbd483e9915..b017181f1273 100644 --- a/fs/proc/namespaces.c +++ b/fs/proc/namespaces.c | |||
@@ -19,6 +19,9 @@ static const struct proc_ns_operations *ns_entries[] = { | |||
19 | #ifdef CONFIG_NET_NS | 19 | #ifdef CONFIG_NET_NS |
20 | &netns_operations, | 20 | &netns_operations, |
21 | #endif | 21 | #endif |
22 | #ifdef CONFIG_UTS_NS | ||
23 | &utsns_operations, | ||
24 | #endif | ||
22 | }; | 25 | }; |
23 | 26 | ||
24 | static const struct file_operations ns_file_operations = { | 27 | static const struct file_operations ns_file_operations = { |