projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
[linux-2.6-microblaze.git]
/
include
/
linux
/
ns_common.h
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