linux-stable/include/linux/ns_common.h
Al Viro 435d5f4bb2 common object embedded into various struct ....ns
for now - just move corresponding ->proc_inum instances over there

Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2014-12-04 14:31:00 -05:00

8 lines
105 B
C

#ifndef _LINUX_NS_COMMON_H
#define _LINUX_NS_COMMON_H
struct ns_common {
unsigned int inum;
};
#endif