repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.6-rc6
[cris-mirror.git]
/
include
/
linux
/
ns_common.h
blob
85a5c8c16be9a6cda644a09db8b43cd05a011871
1
#ifndef _LINUX_NS_COMMON_H
2
#define _LINUX_NS_COMMON_H
3
4
struct
proc_ns_operations
;
5
6
struct
ns_common
{
7
atomic_long_t stashed
;
8
const struct
proc_ns_operations
*
ops
;
9
unsigned int
inum
;
10
};
11
12
#endif