mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
ns proc: Add support for the ipc namespace
Acked-by: Daniel Lezcano <daniel.lezcano@free.fr> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
This commit is contained in:
parent
34482e89a5
commit
a00eaf11a2
3 changed files with 41 additions and 0 deletions
|
@ -22,6 +22,9 @@ static const struct proc_ns_operations *ns_entries[] = {
|
|||
#ifdef CONFIG_UTS_NS
|
||||
&utsns_operations,
|
||||
#endif
|
||||
#ifdef CONFIG_IPC_NS
|
||||
&ipcns_operations,
|
||||
#endif
|
||||
};
|
||||
|
||||
static const struct file_operations ns_file_operations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue