diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2014-11-01 02:32:53 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-12-04 14:34:47 -0500 |
| commit | 33c429405a2c8d9e42afb9fee88a63cfb2de1e98 (patch) | |
| tree | d2ffe096cd36852049b844c8befd1ba0ba6cf18c /include | |
| parent | 6344c433a452b1a05d03a61a6a85d89f793bb7b8 (diff) | |
copy address of proc_ns_ops into ns_common
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/ns_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ns_common.h b/include/linux/ns_common.h index e7db1cd54047..ce23cf4bbe69 100644 --- a/include/linux/ns_common.h +++ b/include/linux/ns_common.h | |||
| @@ -1,7 +1,10 @@ | |||
| 1 | #ifndef _LINUX_NS_COMMON_H | 1 | #ifndef _LINUX_NS_COMMON_H |
| 2 | #define _LINUX_NS_COMMON_H | 2 | #define _LINUX_NS_COMMON_H |
| 3 | 3 | ||
| 4 | struct proc_ns_operations; | ||
| 5 | |||
| 4 | struct ns_common { | 6 | struct ns_common { |
| 7 | const struct proc_ns_operations *ops; | ||
| 5 | unsigned int inum; | 8 | unsigned int inum; |
| 6 | }; | 9 | }; |
| 7 | 10 | ||
