diff --git a/include/linux/proc_ns.h b/include/linux/proc_ns.h index 81e99aa97cd7ea29bc55dbae130c4eebcaaa1b8d..737c98ebb7b33fae87aeb8aa161f2d72378e36de 100644 --- a/include/linux/proc_ns.h +++ b/include/linux/proc_ns.h @@ -16,7 +16,11 @@ struct inode; struct proc_ns_operations { const char *name; const char *real_ns_name; +#ifdef CONFIG_KABI_RESERVE u64 type; +#else + int type; +#endif struct ns_common *(*get)(struct task_struct *task); void (*put)(struct ns_common *ns); int (*install)(struct nsset *nsset, struct ns_common *ns);