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