Revert "ecryptfs: forbid opening files without mmap handler"
[linux-2.6-block.git] / include / linux / ns_common.h
CommitLineData
435d5f4b
AV
1#ifndef _LINUX_NS_COMMON_H
2#define _LINUX_NS_COMMON_H
3
33c42940
AV
4struct proc_ns_operations;
5
435d5f4b 6struct ns_common {
e149ed2b 7 atomic_long_t stashed;
33c42940 8 const struct proc_ns_operations *ops;
435d5f4b
AV
9 unsigned int inum;
10};
11
12#endif