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>
9 lines
105 B
C
9 lines
105 B
C
#ifndef _LINUX_NS_COMMON_H
|
|
#define _LINUX_NS_COMMON_H
|
|
|
|
struct ns_common {
|
|
unsigned int inum;
|
|
};
|
|
|
|
#endif
|