diff options
Diffstat (limited to 'include/linux/ns_common.h')
| -rw-r--r-- | include/linux/ns_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ns_common.h b/include/linux/ns_common.h index ce23cf4bbe69..85a5c8c16be9 100644 --- a/include/linux/ns_common.h +++ b/include/linux/ns_common.h | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | struct proc_ns_operations; | 4 | struct proc_ns_operations; |
| 5 | 5 | ||
| 6 | struct ns_common { | 6 | struct ns_common { |
| 7 | atomic_long_t stashed; | ||
| 7 | const struct proc_ns_operations *ops; | 8 | const struct proc_ns_operations *ops; |
| 8 | unsigned int inum; | 9 | unsigned int inum; |
| 9 | }; | 10 | }; |
