Unverified Commit 00379e5e authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files
parents 9757cd71 8ba48b26
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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);